Ok. Thanks for your answer :-)
I have implemented this and works correctly.
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
//So my solution (need help on this) is that I have been thinking on
letting the monitor listen for socket connection. Through this, the
main app can tell him to close when the main app closes correctly. Do
you think this is well thought? Any suggestions?
This is the only solution you have to cons
Hello,
I'm in the way for creating an application and its monitor. Yes, there
are 2 applications: The main app, and a monitor. The last one monitors
the main application for keeping it alive, and viceversa. But if I
close the main app, I want to close the monitor.
That is very easy under nt syste