threads

A

Andersen

How many threads can one application have at the same time in Java?
What about green threads? they are out?

regards,
Ali
 
K

Karel Suikers

Andersen said:
How many threads can one application have at the same time in Java?
What about green threads? they are out?

How much memory do you have? I had an application that started about 200
threads and runs fine.
 
T

Thomas Schodt

Andersen said:
How many threads can one application have at the same time in Java?
What about green threads? they are out?

What operating system?
What version of Java?
Do your threads use any JNI code?

How much memory do your runnable objects allocate?
What stack requirements do your threads have?

How much memory do you want to allocate to the JVM?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top