ThreadPoolingMixIn

Michael Ströder michael at stroeder.com
Mon Jun 2 11:15:29 EDT 2008


pavel.uvarov at gmail.com wrote:
> To benchmark this I used a simple tcp server which writes a small
> (16k)
> string to the client and closes the connection.

Just a general note: When benchmarking such a network service it would 
be valuable to see benchmark results for several data sizes. I'd expect 
better numbers for a ThreadPoolingMixIn when there are more requests 
with smaller data size.

Ciao, Michael.



More information about the Python-list mailing list