is there any cross platform process manager tool
Posted
by lvlv
on Stack Overflow
See other posts from Stack Overflow
or by lvlv
Published on 2009-01-10T17:55:27Z
Indexed on
2010/04/27
3:53 UTC
Read the original article
Hit count: 279
I need a program that is able to launch a set of processes according to a schedule/configuration; the program would run in the background and restart the processes in case they crash. There are standard tools for this kind of task on both windows and unix - what I need is a cross platform program which could run on different operating systems using the same configuration. A portable C/C++ library which implements the basic functionality (i.e. create processes, signal process termination events and all that) would be ok too.
© Stack Overflow or respective owner