Threads
Bjorn Pettersen
pbjorn at uswest.net
Wed Jan 3 13:27:16 EST 2001
More information about the Python-list mailing list
Wed Jan 3 13:27:16 EST 2001
- Previous message (by thread): Threads
- Next message (by thread): Threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Terry Hancock wrote: > [snip] > 2) Do any of these architectures impose high per-thread > costs or limits on the number of processes that can be > running (or rather what are the limits I can expect for > any architecture?). I ask this because this programming > model calls for large numbers (100s or 1000s) of very > light processes (e.g. 10 - 100 lines of Python code). Very few arcitechtures will let you run 1000s of threads. Stackless Python with micro threads should work perfectly for what you're describing though... -- bjorn
- Previous message (by thread): Threads
- Next message (by thread): Threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list