A customer asked me to verify how many threads is possible to run concurrently at any java vm on the server. I did some search at the customer support site, but was not lucky to found any proper test utility, so I created one and hope it be useful to someone else.
At first I thought it was just a matter of a for loop, create and start the thread inside the loop. Easy task.
As I ran the test...