How many threads can be running at the same time
843811Aug 7 2001 — edited Aug 8 2001Hi!!
Dows anyone knows how many Threads can be running at the same time in the JVM.
I'm making a multi thread client-server app and I would like to know how much simultneous connections the JVM support. I'm using one Thread per connection.