Just for information,

we run tomcat on HP-UX with no special tomcat limitation on max thread.
We also use a NIS (aka Yellow pages) based JNDI authentification. We sun
the sun provided NIS context for jndi. This tool is known by us to
create something around 200+ temporary threads to get it's datas (yes
awful!). We never hit a maximum Thread limit from the OS. Maybe it will
be easier to ask the server admin to increase the max threads per
process to something like 2000+ which is more reasonnable for a server imho.

Another solution could be to use green threads (JVM handled threads and
task switching as opposed to OS handled threads and task switching) if
they are available on your JVM....


En l'instant précis du 10/08/07 09:40, pkt s'exprimait en ces termes:
> i tried to do that but still the thread count goes beyond 45-50. so i guess
> with some more load it will go beyond 65. And yes the figure is total of jvm
> and tomcat. But is there any way to restrict this to not exceed 65.
>
>
>
> Leon Rosenberg-3 wrote:
>   
>> you not counting the threads which are used by jvm and tomcat itself,
>> and those are more than 5.
>>
>> Try with max threads = 25 and check whether this works at all on your
>> machine.
>>
>> regards
>> Leon
>>
>> On 8/10/07, pkt <[EMAIL PROTECTED]> wrote:
>>     
>>> HI All
>>>   I and running tomcat on HPUX machine. The problem is that on HP machine
>>> the maximum thread per process allowed is 65 ( default), so i configured
>>> max
>>> thread count in server.xml to 60. I used JMeter to check the behavior
>>> when
>>> there is enough load on tomcat. What i have observed is that even though
>>> i
>>> configured its maxthread count not to exceed 60 it is reaching 65 and as
>>> soon as it goes beyond 65 tomcat throws OutOfMemoryError. After this the
>>> thread are killed ( probably by the OS) and then the thread count comes
>>> back
>>> to around 27 but tomcat does not process any new request any more. What i
>>> was expecting is that once the threads are killed and thread count comes
>>> back to 27 it should again start processing new request.
>>>
>>> One option is that to increase the max thread per process limit of HP to
>>> high value, but administrators are not very convinced with this idea
>>>
>>> Any pointers on this issue.
>>>
>>> Thanks and Regards
>>> Pankaj Tiwari
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Tomcat-Issue-with-HPUX-tf4246754.html#a12085566
>>> Sent from the Tomcat - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To start a new topic, e-mail: users@tomcat.apache.org
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>     
>
>   


-- 
http://www.noooxml.org/


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to