I am now using a procServ/conserver configuration.
One of the issue is that the procServ allow only connection from
localhost (telnet localhost <port> ) as a result the conserver master
for the associated console should be the host on which procServ is run.
I have noticed that procServ respawn the process if killed (or crashed?)
is there a way to control the respawning of process without having to
recompile procServ? Apparently there is no command line option to stop
that behavior or to configure it.
procServ is simple and straightforward.
Perfect for simple minded people like me ;-)
I noticed that Crtl-C kill the child process.
Is there a way to prevent this?
--
E
On Wed, 2008-04-23 at 17:23 -0700, Emmanuel Mayssat wrote:
I recently looked at conserver.
It is great for logging terminal outputs and getting IOC access from any
authorized host.
I believe some of you use this application to start IOCs.
How do you start the IOC in the first place? manually?
Is there a way to start the IOC manually but in detached mode?
There is probably a combination of screen/conserver that does what I
want...
--
Emmanuel