On Thu, Feb 5, 2009 at 7:26 AM, Michael Bernhard Arp Sørensen
wrote:
> Geeting, my masters.
>
> How do I kill/shutdown a socket server running in its own thread either from
> handle() or from outside of the tread? Any thing will do.
>
> It's python version 2.5.2, so the newer shutdown method in ve
"Michael Bernhard Arp Sørensen" wrote
How do I kill/shutdown a socket server running in its own thread
either from
handle() or from outside of the tread? Any thing will do.
kill -9 pid
if you are on *nix?
Or do you need to do it from code? Or is it only the thread you want
to kill?
Are y
Geeting, my masters.
How do I kill/shutdown a socket server running in its own thread either from
handle() or from outside of the tread? Any thing will do.
It's python version 2.5.2, so the newer shutdown method in version 2.6 does
not work here.
Thanks in advance.
--
Med venlig hilsen/Kind re