Send message from Ruby app to Ruby app

Hello.
I have two console apps in Debian and I want to send messages from first
app to second.
What is the best way to do it? System messages? Socket? …?

On Wed, Jan 19, 2011 at 2:14 PM, Yan B. [email protected] wrote:

I have two console apps in Debian and I want to send messages from first
app to second.
What is the best way to do it? System messages? Socket? …?

DRb.

Cheers

robert

Thanks!