On Thu, Feb 5, 2009 at 7:26 AM, Michael Bernhard Arp Sørensen
<mich...@arpsorensen.dk> 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 version 2.6 does
> not work here.
>

Subclass the server class adding shutdown() and supporting
infrastructure from 2.6.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to