Re: Tomcat async servlet performance

2013-09-10 Thread Daniel Mikusa
On Sep 10, 2013, at 1:42 PM, Eitan Yarden wrote: > I've been experimenting with Tomcat 7's async servlet support and comparing > it to synchronous (plain) servlets on an EC2 m1.medium instance. I've > configured Tomcat to use the APR connector, and the service does some > (dummy) work for 80ms an

Tomcat async servlet performance

2013-09-10 Thread Eitan Yarden
I've been experimenting with Tomcat 7's async servlet support and comparing it to synchronous (plain) servlets on an EC2 m1.medium instance. I've configured Tomcat to use the APR connector, and the service does some (dummy) work for 80ms and returns an html response. I'm using Tomcat 7.0.42. When