Warnier,

Herewith I given the details:

http-443
Current thread count: 1149 Current threads busy: 1148 Max threads: 3000 Max
spare threads: 0 Min spare threads: 0 Max time (ms): 896953 Processing time
(ms): 166070125 *Request count: 148736* Error count: 527 Received: 687Kb
Sent: 143Mb

Tomcat Version: Tomcat 6.0.29
Java:1.6.0 64 bit version
Os: Windows 2008 Enterprise edition 64 bit

The problem is when the request count is less the users can able to login
and submit the forms without delay.Meantime request time keeps increasing
and they are not able to login into application and submission of forms also
taking long time and finally page is expired.We set the session timeout as
30 min.Then we are forced to restart the tomcat to come to normal
condition.We are using the Oracle database.

Is it the normal for any application to keeps increasing the request count.
Is there any way to recycle this request count in my tomcat application
server?


--rujin

On 17 November 2010 17:41, André Warnier <a...@ice-sa.com> wrote:

> Rujin,
>
> as it is phrased, your message is not very clear.
> It is probably a question of language or terminology.
> I don't know how LambdaProbe displays the information, but
>
> - a "request" is what the browser sends to Tomcat (like "GET /index.jsp")
> - when Tomcat receives the request, it selects an idle thread to process
> the request
> - while processing the request, the thread is no longer idle, it is working
> - the thread produces the response and sends it back to the client
> - then the thread becomes idle again, ready to process another request
>
> So, an "idle request" seems to be a contradiction in terms.
> Please explain better what you mean.
>
> And the list strips attachments, so sending screenshots does not help.
>
>
> rujin raj wrote:
>
>> MArk,
>>
>> Its request count
>>
>> Screen shot attached.
>>
>> --rujin
>> On 17/11/2010, Mark Thomas <ma...@apache.org> wrote:
>>
>>> On 17/11/2010 06:45, rujin raj wrote:
>>>
>>>> Hi,
>>>>
>>>> I am using an application in tomcat 6.0.29 and the java version is 1.6
>>>>  64 bit. I am facing the problem in my application when the request
>>>> count is more(this i am watching through Lambda probe).
>>>>
>>>> Please give me some idea why this request count is keeps increasing
>>>> and how to destroy the idle requests.Herewith i attached the
>>>> screenshot of that application
>>>>
>>> The list strips attachments.
>>>
>>> Do you really mean request count or do you actually mean thread count?
>>>
>>> Mark
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>
>>>
>>>
>>
>> ------------------------------------------------------------------------
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to