Re: CGIHTTPServer threading problems

2006-03-31 Thread infidel
Alvin A. Delagon wrote: > I'm a simple python webserver based on CGIHTTPServer module: > > import CGIHTTPServer > import BaseHTTPServer > import SocketServer > import sys > import SQL,network > from config import * > > class > ThreadingServer(SocketServer.ThreadingMixIn,BaseHTTPServer.HTTPServer):

CGIHTTPServer threading problems

2006-03-31 Thread Alvin A. Delagon
I'm a simple python webserver based on CGIHTTPServer module: import CGIHTTPServer import BaseHTTPServer import SocketServer import sys import SQL,network from config import * class ThreadingServer(SocketServer.ThreadingMixIn,BaseHTTPServer.HTTPServer): pass cfg = params() print "XBOX Server