[928] in java-interest

home help back first fref pref prev next nref lref last post

Re: Maximum number of threads

daemon@ATHENA.MIT.EDU (Tim Lindholm)
Tue Aug 15 17:24:59 1995

Date: Tue, 15 Aug 1995 10:51:10 -0700
From: lindholm@scndprsn.Eng.Sun.COM (Tim Lindholm)
To: java-interest@java.Eng.Sun.COM, arista@art.redstar.com

I assume that "run at once" doesn't necessarily mean run in parallel, but
rather exist and be runnable at one time...

Java doesn't impose any limits or allow you to express a limit per se,
although it's easy for you to impose your own limit.  User-level threads
packages typically don't have limits.  But if Java is using native facilities
like Win32's threads, those facilities may limit you.  If there are limits like
this they are obviously important to applet writers who want to write portable
code.  If anybody knows of relevant limits in likely native threads packages,
or other relevant least common denominators, I'd be interested in hearing
about them.  We should make that info available to Java programmers.

-- Tim

----- Begin Included Message -----

From: Nathan Abramson <arista@art.redstar.com>
Date: Tue, 15 Aug 1995 12:34:42 -0400
To: java-interest@java, arista@art.redstar.com
Subject: Maximum number of threads

Is there a preset limit on the number of threads that can run at once?
If so, where does that limit come from?

Nathan Abramson
Art Technology Group
Boston

----- End Included Message -----


-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post