Lenny G.
1/20/2006 11:41:00 PM
Lawrence Oluyede wrote:
>
> There was a similar thread a while ago, search for it in Google groups.
> The response was "practically no". So if you are new to ruby and you know
> twisted, why don't using it?
Okay, I think I see the thread.
So the reason this is important is that I'd like to do some Rails
work where the backend Ruby code implements a custom network protocol,
and I'd like for that to happen in an event-driven way.
Right now, the Python Rails equivalents don't really seem to be up to
snuff, so If I chose to do the whole thing in Python, I'd give up the
advantages of Rails.
Right now, the Ruby event-driven networking stuff doesn't seem to
exist, so if I choose to do the whole thing in Ruby, I'd give up the
advantages of that.
Do you know if anyone is writing an event-driven networking framework
for Ruby? That certainly seems like something that could be very
useful.
Lenny