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

P

paul

[Note: parts of this message were removed to make it a legal post.]

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

Jano Svitok

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.
 
P

Phlip

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

For ruby-to-ruby remoting, just use dRB (Distributed Ruby), and get the same
amount of work done in literally 1/1,000ths the code lines.

I would not hesitate to do ruby-to-C++ by embedding a dRB server inside a C++
app, too.
 
C

Chuck Remes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top