Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


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

[Advanced-java] Multithreading problem.


  • From: rogeliop@xxxxxxxx (Rogelio Perez)
  • Subject: [Advanced-java] Multithreading problem.
  • Date: Tue, 27 Feb 2001 18:11:31 +0100

Hi,
I´m working with Java 1.2.2.006 in Solaris 2.7, Sparc Ultra 250, 1 Gb of
memory.
My program spawns over 6000 threads. Then I observe that  new threads over
this number are created more slowly.

I run the program with this command line "java - native myprogram"
(native threads)

Does anybody know any limitation in the JVM about number of threads that can
be executed simoultaneously without performance problems.

Any idea.
Thanks in advance.