SocketServer and timers

alf ask at me
Thu Jul 27 22:15:05 EDT 2006


Hi,

I have one thread app using SocketServer and use server_forever() as a 
main loop. All works fine, but now I need certain timer checking let's 
say every 1 second something and stopping the main loop. So questions are:
	-how to stop serve_forever
	-how to implement timers

thx, alf



More information about the Python-list mailing list