maximum number of threads
Paul Sijben
paul.sijben at xs4all.nl
Wed Jan 10 06:41:38 EST 2007
More information about the Python-list mailing list
Wed Jan 10 06:41:38 EST 2007
- Previous message (by thread): add re module to a embeded device phyton interpreter
- Next message (by thread): maximum number of threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): add re module to a embeded device phyton interpreter
- Next message (by thread): maximum number of threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list