Is this true regarding Python's limitation?

Cameron Laird claird at starbase.neosoft.com
Mon Sep 25 10:59:06 EDT 2000


In article <8qnn01$crg$1 at newshost.accu.uu.nl>,
Martijn Faassen <m.faassen at vet.uu.nl> wrote:
>Cary O'Brien <cobrien at radix.net> wrote:
			.
			.
			.
>> Hmm... Doesn't it really keep a pool of threads around?
>>  (I wish ps and strace understood
>> threads better!).
>
>Ah, yes, you are right. I didn't describe it very well. It creates a number
>of threads, and whenever a request come in a particular thread gets to
>handle that request. Anyway, I still don't imagine it's much different
>from Java, right?
			.
			.
			.
There are several different server-side Java systems.
Prominent ones certainly rely on the pool-of-threads
you describe.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list