ThreadPoolingMixIn

Rhamphoryncus rhamph at gmail.com
Sat May 31 13:13:39 EDT 2008


On May 30, 2:40 pm, pavel.uva... at gmail.com 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. :/



More information about the Python-list mailing list