[Pythonmac-SIG] thread blocking problem?

John P Speno speno at isc.upenn.edu
Fri Oct 17 11:14:56 EDT 2003


On Thu, Oct 16, 2003 at 12:50:23PM -0600, William McLendon wrote:
> if __name__ == '__main__':
>        server = BaseHTTPServer.HTTPServer(('127.0.0.1',2000), 

Could it be that BaseHTTPServer.HTTPServer is a SocketServer.TCPServer
and not a SocketServer.ThreadingTCPServer or SocketServer.ForkingTCPServer?



More information about the Pythonmac-SIG mailing list