Is there any downside to turning on the ACTIVITY_CHECK flag?

On Tue, Jan 25, 2011 at 4:47 AM, Mark Thomas <ma...@apache.org> wrote:
> On 25/01/2011 12:45, Adib wrote:
>> Thanks for the hints mark, I just read through the code and that
>> answers some of my questions.
>>
>> The docs says that  org.apache.catalina.session.
>> StandardSession.ACTIVITY_CHECK should be true and that  Tomcat will
>> track the number of active requests for each session. what do the docs
>> mean by active request?
>
> In that case, it means a request associated with the session that is
> currently being processed. This is usually not an issue but it can be
> when you have requests that take longer to complete that the session
> timeout (e.g large file uploads).
>
>> is there such a thing as a non active request?
> No.
>
> 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

Reply via email to