Brian,
> Occasionally, when I'm developing new code or debugging, etc.
:) Of course!
> Do you know if the other end of the socket connection exists, or if
> that process has terminated?
I should have given more detail...
python somefile.conf appname
appname is acutually a batch file (.bat) that sets some environment variables,
etc, and then launches the app.
The sequence of events that I'm seeing goes something like this:
1) Start mothership - everything's OK
2) Start crserver - everything's OK
3) Start appfaker - Dead Socket, appfaker exits, mothership exits
and then...
4) The app (appname) starts anyway!
So I guess that would suggest that the app process is spawning another...
To be continued...
Jon
|