Hi,

>2004-04-16 13:43:41 HttpProcessor[8080][6] Starting background thread
>
>What does this mean? Please can any  tell me the scenarios it could
happen

It means there was sufficient concurrent load on the server that it
needed to start another processing threads, and that less than the
maximum number of threads for connector were already started, so it went
ahead and started another.

>Can i do some thing before or after  this event is called, like
pesisting
>the objects???

Only if you want to write some very tomcat-specific code, and you don't.
This is not a highly significant event in terms of resources, just
another thread, and the 6th (or 7th) one at that so it's not even a high
load scenario.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to