On May 30, 2:40 pm, [EMAIL PROTECTED] wrote: > Hi, everybody! > > I wrote a useful class ThreadPoolingMixIn which can be used to create > fast thread-based servers. This mix-in works much faster than > ThreadingMixIn because it doesn't create a new thread on each request.
Do you have any benchmarks demonstrating the performance difference/ > t.setDaemon(True) Unfortunately, shutdown with daemon threads is fairly buggy. :/ -- http://mail.python.org/mailman/listinfo/python-list