From: "Iñaki Baz Castillo" Date: 2010-01-08T06:37:45+09:00 Subject: Re: Non-blocking communication between Ruby processes El Jueves, 7 de Enero de 2010, Eric Wong escribió: > If you only talk between processes on one machine (since you're trying > FIFOs), you can also check out the "posix_mq" gem/library I started > recently: > > http://bogomips.org/ruby_posix_mq/ Really interesting. Is it safe to have various processes (Unicorn workers) writting to a single posix_mq? or will the data be "mixed"? is there any way to perform "atomic" writting operation in this queue? Thanks. -- Iñaki Baz Castillo