5 ms·
Good luck with hundreds of JVM threads.
by kolderman 8y ago
Good luck with hundreds of JVM threads.
- marsdepinski 8y agoI've easily ran thousands with an -Xss at 128kB. It wasn't a great implementation and we reduced this to a nice thread pool of 400 but it worked quite well. Threads are quite useful in many situations and have great performance characteristics. It comes down to people knowing the language they are using and using it correctly.