Hi all

 

I want to insert some form of scheduling into our application and I was wondering how Tomcat passes the request to the actual servlet I write. Does Tomcat just read the headers to create the request object and leave the body of the message in an inputstream for the servlet to read or is all the data in the request read by Tomcat before passing it to servlet?

 

Some of my traffic is more important that other based on headers in the request. I want to prioritise the handling of requests under load conditions.

 

Any input on this is welcome.

Thanks

Donie

 

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

Reply via email to