app-to-app message exchange

K

Karl Smith

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?
 
J

Joel VanderWerf

Karl said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,291
Messages
2,571,486
Members
48,147
Latest member
HoustonHit

Latest Threads

Top