Is there any net framework like ACE or Twisted implemented by ruby?

Hi,all:
Is there any net framework like ACE or Twisted implemented by ruby?

Hi,

Is there any net framework like ACE or Twisted implemented by ruby?

We do have TAO as CORBA ORB wrapped in Ruby and that is available as
R2CORBA, see www.theaceorb.nl

Johnny

thanks,Johnny!

2008/5/19 Johnny W. [email protected]:

On Mon, May 19, 2008 at 11:39 AM, paul [email protected] wrote:

Hi,all:
Is there any net framework like ACE or Twisted implemented by ruby?

When looking for networking library look at evenmachine. When looking
for distributed computing, look at drb.

On Mon, May 19, 2008 at 7:00 AM, Johnny W. [email protected]
wrote:

Is there any net framework like ACE or Twisted implemented by ruby?

We do have TAO as CORBA ORB wrapped in Ruby and that is available as
R2CORBA, see www.theaceorb.nl

I’ll be darned, ACE and Ruby, two of my favorite things together. Of
course, these days I doubt I’ll ever need a CORBA ORB again, but you
never know…


Avdi

Home: http://avdi.org
Developer Blog: Avdi Grimm, Code Cleric
Twitter: http://twitter.com/avdi
Journal: http://avdi.livejournal.com

paul wrote:

Hi,all:
Is there any net framework like ACE or Twisted implemented by ruby?

http://revactor.org/ is another option. It is modeled after Erlang and
Scala actor models, which is very cool, but it’s Ruby 1.9 only so far.

On May 19, 2008, at 8:54 AM, Jano S. wrote:

On Mon, May 19, 2008 at 11:39 AM, paul [email protected] wrote:

Hi,all:
Is there any net framework like ACE or Twisted implemented by ruby?

When looking for networking library look at evenmachine. When looking
for distributed computing, look at drb.

That should be “eventmachine” and not “evenmachine.” It’s similar to
Twisted.

cr