[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

app-to-app message exchange

Karl Smith

7/16/2008 9:26:00 PM

I'm probably not using the correct terms, so please excuse...

I need to have a ruby app that loops and keeps a serial port open,
essentially listening every second or so. then I need to send messages
to that serial port app so that it can send outgoing messages, as in a
queue fashion, from other ruby apps.

Is there a gem that can handle cross ruby application message queues?
--
Posted via http://www.ruby-....

1 Answer

Joel VanderWerf

7/17/2008 5:40:00 PM

0

Karl Smith wrote:
> I'm probably not using the correct terms, so please excuse...
>
> I need to have a ruby app that loops and keeps a serial port open,
> essentially listening every second or so. then I need to send messages
> to that serial port app so that it can send outgoing messages, as in a
> queue fashion, from other ruby apps.
>
> Is there a gem that can handle cross ruby application message queues?

Drb is one option (not a gem, but std lib). Much more general than
message queues, but it does that too. It will only work between ruby
processes, though.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407