No subject
Sat Nov 12 19:29:10 PST 2005
is to say the time slice was shared alike amoung the threads. Then I draw a chart
whose x-axis represents the number of the total active threads and y-axis represents
the time units each thread got. It turned out to be like the function y=exp(-x).
The time units each thread got run down sharply as the number of total threads
goes up.
The conclusion is that the time resource of a java application is a fixed value.
If the number of the running thread in the application increase, every thread runs
more and more slowly. Is there any method can help prevent the thread from slowing
down when the number of the running threads increase?
Shilong Yao
tomadvancedjava at china.com
---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu
More information about the Advanced-java
mailing list