Re: async requests on cluster

2011-06-08 Thread Filip Hanik - Dev Lists

On 6/7/2011 3:34 PM, Mark Thomas wrote:

On 07/06/2011 21:46, Seth Lenzi wrote:

The isAsyncSupported() method of the SerlvletRequest object returns
false when you uncomment theCluster
className=org.apache.catalina.ha.tcp.SimpleTcpCluster/  element in the
server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to
break support for asynchronous servlets... Is there something else that
needs to be done to enable async requests to work on a cluster?

That would be a bug. Looking at it now, the fix should make it into the
next 7.0.x release (7.0.16). I'll be starting on that release once this
issue is fixed.
not a bug,just not a feature yet implemented. replication is triggered when a request ends. when async is in play, replication must be 
replicated based on an interval, or when the request is finally complete.




Mark



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



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1382 / Virus Database: 1511/3688 - Release Date: 06/08/11





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



async requests on cluster

2011-06-07 Thread Seth Lenzi
The isAsyncSupported() method of the SerlvletRequest object returns 
false when you uncomment the Cluster 
className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ element in the 
server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to 
break support for asynchronous servlets... Is there something else that 
needs to be done to enable async requests to work on a cluster?


-S

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



Re: async requests on cluster

2011-06-07 Thread Mark Thomas
On 07/06/2011 21:46, Seth Lenzi wrote:
 The isAsyncSupported() method of the SerlvletRequest object returns
 false when you uncomment the Cluster
 className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ element in the
 server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to
 break support for asynchronous servlets... Is there something else that
 needs to be done to enable async requests to work on a cluster?

That would be a bug. Looking at it now, the fix should make it into the
next 7.0.x release (7.0.16). I'll be starting on that release once this
issue is fixed.

Mark



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



Re: async requests on cluster

2011-06-07 Thread Seth Lenzi


OK, thanks for the info!

-S


On 6/7/2011 5:34 PM, Mark Thomas wrote:

On 07/06/2011 21:46, Seth Lenzi wrote:

The isAsyncSupported() method of the SerlvletRequest object returns
false when you uncomment theCluster
className=org.apache.catalina.ha.tcp.SimpleTcpCluster/  element in the
server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to
break support for asynchronous servlets... Is there something else that
needs to be done to enable async requests to work on a cluster?


That would be a bug. Looking at it now, the fix should make it into the
next 7.0.x release (7.0.16). I'll be starting on that release once this
issue is fixed.

Mark



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



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