Re: Daemon process manager

2007-10-11 Thread Roger Hoover
This looks like exactly what we need. Thank you! On 9/25/07, Alex _ [EMAIL PROTECTED] wrote: http://www.plope.com/software/supervisor2/ Roger Hoover [EMAIL PROTECTED] wrote: We're planning to use ActiveMQ as an asynchronous messaging layer between daemon processes written in various

Re: Daemon process manager

2007-09-25 Thread PieterN
connection and listen to the queue. This is for example how Apache works. You can write e.g. a cron script that checks if the parent process is running, and restart if necessary. Regards, Pieter -- View this message in context: http://www.nabble.com/Daemon-process-manager-tf4510444s2354.html

Re: Daemon process manager

2007-09-25 Thread Alex _
http://www.plope.com/software/supervisor2/ Roger Hoover [EMAIL PROTECTED] wrote: We're planning to use ActiveMQ as an asynchronous messaging layer between daemon processes written in various languages (connecting to ActiveMQ via STOMP). We need a convenient way to launch, shutdown, or restart

Daemon process manager

2007-09-24 Thread Roger Hoover
We're planning to use ActiveMQ as an asynchronous messaging layer between daemon processes written in various languages (connecting to ActiveMQ via STOMP). We need a convenient way to launch, shutdown, or restart the daemons and supervise them (restart them if they die). We also want to start