On 27/01/2012 14:53, bxqdev wrote:
> Hello, Developers!
> 
> 1. What are the premises to use either
> apache.coyote.http11.Http11NioProtocol or
> org.apache.coyote.http11.Http11NioProtocol connectors?

There is no such protocol as "apache.coyote.http11.Http11NioProtocol" so
if you try using it, that connector will fail to start.

> 2. Do i get any advantages if i use Sync Servlet Api with
> Http11NioProtocol connector
Yes.

> or do i have to use Async Servlet Api to get
> the advantages?
No.

> 3. How do i choose which one to use in any particular case?
a) Understand your requirements
b) Read the docs, particularly [1]
c) Choose the connector that best meets your requirements.

Mark

[1]
http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Connector_Comparison

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

Reply via email to