On 17/10/2012 11:36, André Warnier wrote:
> Mark Thomas wrote:

>> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Connector_Comparison

> Thanks.
> Yes, I saw that table, but it is may be a bit "summarised" for the
> average Tomcat user (or sysadmin).  Is there somewhere a more
> global/in-depth explanation of how this stuff all works ?
> (request processing, thread allocation/deallocation etc., other than
> snippets here and there related to the various connector attributes or
> the source code comments ?)

Not really. Like a lot of the Tomcat docs there is some assumed
knowledge. In this case it is assumed that the reader understands the
key differences between blocking and non-blocking IO, knows what polling
is and what it all means for thread usage.

I'm planning on talking about it at ApacheCon EU in a few weeks in my
Tomcat and reverse proxies talk since to get the configuration right and
avoid thread exhaustion you need to understand how all the moving parts
use threads. I'll put the slides up in the usual place [1] once I have
written them.

Mark

[1] http://people.apache.org/~markt/presentations/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to