Re: ThreadPoolingMixIn
- From: Rhamphoryncus <rhamph@xxxxxxxxx>
- Date: Sat, 31 May 2008 10:13:39 -0700 (PDT)
On May 30, 2:40 pm, pavel.uva...@xxxxxxxxx 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. :/
.
- References:
- ThreadPoolingMixIn
- From: pavel . uvarov
- ThreadPoolingMixIn
- Prev by Date: method-wrapper?
- Next by Date: Re: SMS sending and receiving from website?
- Previous by thread: ThreadPoolingMixIn
- Next by thread: Re: ThreadPoolingMixIn
- Index(es):