Re: Async servlets and Tomcat 7 vs. mod_jk

2011-05-03 Thread Jess Holle
On 5/3/2011 2:55 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/3/2011 4:18 AM, Mark Thomas wrote: In Apache, I note that there are noises about broader/better support for the mod_event MPM worker. Does mod_jk work with mod_event there to reduce the th

Re: Async servlets and Tomcat 7 vs. mod_jk

2011-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/3/2011 4:18 AM, Mark Thomas wrote: >> In Apache, I note that there are noises about broader/better support for >> the mod_event MPM worker. Does mod_jk work with mod_event there to >> reduce the threads required in Apache? > > Sorry, don'

Re: Async servlets and Tomcat 7 vs. mod_jk

2011-05-03 Thread Jess Holle
On 5/3/2011 6:14 AM, Jess Holle wrote: On 5/3/2011 3:18 AM, Mark Thomas wrote: As I write this it occurs to me that an AJP-NIO connector would be a big help to you here. I don't know how much work that would be to write but with the refactoring already completed for Tomcat 7 it might be as littl

Re: Async servlets and Tomcat 7 vs. mod_jk

2011-05-03 Thread Jess Holle
On 5/3/2011 3:18 AM, Mark Thomas wrote: As I write this it occurs to me that an AJP-NIO connector would be a big help to you here. I don't know how much work that would be to write but with the refactoring already completed for Tomcat 7 it might be as little as 1000 lines of code. If you would be

Re: Async servlets and Tomcat 7 vs. mod_jk

2011-05-03 Thread Mark Thomas
On 02/05/2011 22:49, Jess Holle wrote: > What are the limitations/requirements of using asynchronous servlets in > Tomcat 7? > > We use Apache and mod_jk to balance load over multiple Tomcats. I note > that there is no NIO AJP connector -- only BIO and APR. I have /no > /interest in the native A

Async servlets and Tomcat 7 vs. mod_jk

2011-05-02 Thread Jess Holle
What are the limitations/requirements of using asynchronous servlets in Tomcat 7? We use Apache and mod_jk to balance load over multiple Tomcats. I note that there is no NIO AJP connector -- only BIO and APR. I have /no /interest in the native APR connectors -- as it's simply /*far* /too pa