Re: maximum number of threads
- From: Paul Sijben <paul.sijben@xxxxxxxxx>
- Date: Wed, 10 Jan 2007 12:41:38 +0100
Gabriel Genellina wrote:
Simply you can't, as you can't have 10000 open files at once. Computer
resources are not infinite.
sure but *how* fast they run out is the issue here
Do you really need so many threads?
I might be able to do with a few less but I still need many.
I have done a quick test.
on WinXP I can create 1030 threads
on Fedora Core 6 I can only create 301 (both python2.4 and 2.5)
now the 301 is rather low I'd say.
Paul
.
- References:
- maximum number of threads
- From: Paul Sijben
- Re: maximum number of threads
- From: Gabriel Genellina
- maximum number of threads
- Prev by Date: Re: maximum number of threads
- Next by Date: Re: maximum number of threads
- Previous by thread: Re: maximum number of threads
- Next by thread: Re: maximum number of threads
- Index(es):
Relevant Pages
|