From: Francis Cianfrocca Date: 2007-08-30T23:14:14+09:00 Subject: Re: Difference between Distributed ruby and Rinda ------=_Part_1018_8128506.1188483253076 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/30/07, M. Edward (Ed) Borasky wrote: > > Francis Cianfrocca wrote: > > If you're interested in Erlang-like "spawned processes" for Ruby, they > were > > just added to EventMachine. Sync to the head revision and look at the > test > > cases. As soon as they get a few more features and documentation, > they'll be > > released. There's also some recent discussion of them on the > EventMachine > > mailing list. > > Thank you from the bottom of my heart for this!! Just out of curiosity, > are you going to present this at a Ruby conference in the near future?? The most interesting feature (being able to send messages to "spawned processes" that are resident in other O/S processes or on other machines) isn't done yet. I'm not that thrilled with how Erlang does it, by the way (IP addresses and ranges of well-known ports) but I haven't thought of anything better. DNS service records, maybe? Presenting this somewhere would be fun... ;-) ------=_Part_1018_8128506.1188483253076--