Preserved Topic: Maximum Usable Threads (Java) (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-05-2002 21:40
How would one go about determining the optimul number of threads to run? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-05-2002 22:21
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-05-2002 22:48
threads! uhhhh, i hate them! |
Bipolar (III) Inmate From: St. Paul, MN, USA |
posted 06-06-2002 15:09
Though Java doesn't impose limits on the number of threads running concurrantly, the OS does, so even if your program is running 9999 threads, only as few as a few hundred on some OS's will actually get CPU time. Until they are done Java just holds the other. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-08-2002 03:30 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-08-2002 09:03
The poster has demanded we remove all his contributions, less he takes legal action. |