drb with udp

A

Ara.T.Howard

can someone give me a baby example of using drb with udp? i'm wondering if
udp may be the way out of the ssh tunnel hell i'm in now...

-a
--
===============================================================================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
| URL :: http://www.ngdc.noaa.gov/stp/
| TRY :: for l in ruby perl;do $l -e "print \"\x3a\x2d\x29\x0a\"";done
===============================================================================
 
D

Dan Janowski

Warning: udp is not reliable. You may be aware of this, but for
something like drb, it can be a disaster if a reliable negotiation
protocol is not built into the way drb uses udp. Even on local
networks, udp packets can go bye-bye.

On the plus side, udp is really fast, fixed length- a real datagram
instead of a stream.

Missed your ssh tunnel hell. Done a lot of that, but with relative
success.

Dan
 

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

Similar Threads

idiot's guide to druby using ssh tunnels 4
narray on windows? 1
Class::name 0
parent of TrueClass, FalseClass 9
pthread 2
pretty exceptions 0
Object#copy [rcr?] 4
pthread masters (that's you guy) 1

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top