[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: local interprocess communication ideas.

Piet Hadermann

1/18/2007 3:04:00 PM


> -----Original Message-----
> From: James Mills [mailto:jameswmills@gmail.com]
> Sent: woensdag 17 januari 2007 23:31
> To: ruby-talk ML
> Subject: local interprocess communication ideas.
>
>
> So, with all of that info, what does the community recommend
> for a lightening fast interprocess communication method?
>

Not sure what your platform is, but check
http://rubyforge.org/project... (when it's back up)
I've used this to accept messages generated by a C++ process. Works like
a charm and is very fast.

Piet.