[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ProgSoc] Java threads



On a Java note, I have a function that calls multiple threads. The problem
is that there could easily be 5000+ threads in use at any one time. What
methods are available to tell when there are sufficent system resources to
permit an extra thread, or to put it another way, how do I know when the
system is incapable of supporting another thread (apart from the
program/system falling over)?

Ben Reardon
mailto:benjamin.reardon@nospam.eds.com


--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.

This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>