Re: Unable to create native thread
>>>>> "Nelson" == Nelson Chan <nelchan@hotmail.com> writes:
Nelson> I'm benchmarking a chat server and after a little over 100
Nelson> connections (each connection requires two Java threads) the
Nelson> program failed with the message:
A friend of mine recently did a similar test, and he ran into the same
problem.
The threads library has a limit of 256 threads per process. It is
possible you'll also need some kernel patches.
Try searching the IBM Developper Works site for more information.
--
G. ``Iggy'' Geens - ICQ: #64109250
Home: <ggeens@iname.com> - Work: <guy.geens@cgey.be>
WWW: http://users.pandora.be/guy.geens/
`I want quality, not quantity. But I want lots of it!'
Reply to: