Is there a way to make BaseHTTPServer.HTTPServer be multi-threaded like SocketServer.ThreadingTCPServer?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can simply use the threading mixin using both of those classes to make it multithread :) It won't help you much in performance though, but it's atleast multithreaded.
|
|||||||||||||
|