From: Piet Hadermann Date: 2007-01-19T00:03:51+09:00 Subject: Re: local interprocess communication ideas. > -----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/projects/sysvipc/ (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.