I am curious to know how Tomcat's connectors handle the request processing
internally, especially between the Http11Protocol which i believe acts as a
connector and with every connector there may be a request processor which
is the Http11Processor.

I think there is a pool of Http11Processor classes created by the
connector, was wondering how the interaction between Http11Protocol  and
Http11Processor flows when a request comes in at the connector.

Thank You

Reply via email to