Killing httpserver-thread on gui quit

Dietmar Lang dietmar at wohnheim.fh-wedel.de
Tue Aug 21 11:53:27 EDT 2001


Hi!

> > thread1 = threading.Thread( target=httpd.serve_forever() )
> if you don't want to serve forever, don't call serve_forever ;)

Rarely has a programming language been this readable! ;-)

Dietmar



More information about the Python-list mailing list