Mike Broadbear wrote:
You could try Pushlets (and let me know how it goes!)
pushlets, if made correctly, would be built on top of comet to get around the "thread-per-connection" limit

Filip
Date: Mon, 12 Mar 2007 05:32:25 -0700> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Problem getting comet to work> > > I am trying to write a comet servlet using the new CometProcessor api. I am> running version 6.0.10 on windows as a service. I cannot get it to call the> event method. I am using the Nio connector. After running tomcat in debug> mode, I think I tracked the problem down to this line in> StandardWrapperValve:> > if (servlet instanceof CometProcessor > && request.getAttribute("org.apache.tomcat.comet.support")> == Boolean.TRUE) {> > And to be more specific it seems to be the "servlet instanceof> CometProcessor" line. I have read other places that custom classloaders can> cause this behavior. So my question is, am I doing something wrong> specifically to cause this to happen, and if so is there a way that I can> remedy this? Thanks everyone in advance for their help.> -- > View this message in context: http://www.nabble.com/Problem-getting-comet-to-work-tf3389224.html#a9433691> Sent from the Tomcat - User mailing list archive at Nabble.com.> > > ---------------------------------------------------------------------> To start a new topic, e-mail: users@tomcat.apache.org> To unsubscribe, e-mail: [EMAIL PROTECTED]> For additional commands, e-mail: [EMAIL PROTECTED]>
_________________________________________________________________
Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline ------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.8/718 - Release Date: 3/11/2007 9:27 
AM



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to