Re: [Tutor] Killing a socketserver

2009-02-05 Thread Kent Johnson
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

Re: [Tutor] Killing a socketserver

2009-02-05 Thread Alan Gauld
"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

[Tutor] Killing a socketserver

2009-02-05 Thread Michael Bernhard Arp Sørensen
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