Hi,
I use Ruby 1.9 and the following method inside my program:
Process.daemon
Then, when I open a new terminal, I would like to call my daemonized program (named my_program) and send to it a message. Such as this:
$ my_program --are_you_still_alive
Thank you for any idea.