are you not getting the END event at all, even after the app is reloaded?
Filip
Peter Warren wrote:
I'm running tomcat 6.0.18 on Ubuntu 8.10. I have a comet application
that maintains an open connection with tomcat. If I re-start my
webapp and then close the client connection, tomcat goes int
> From: Peter Warren [mailto:tomcat.subscript...@gmail.com]
> Subject: Re: comet loop after webapp re-start
>
> Thanks for the pointer. That bug does look related, as does this one:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 -- fixed
> against java 7.
Or maybe
Thanks for the pointer. That bug does look related, as does this one:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 -- fixed
against java 7.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additiona
> From: Peter Warren [mailto:tomcat.subscript...@gmail.com]
> Subject: Re: comet loop after webapp re-start
>
> I grabbed the trace from my eclipse debugger.
Ah, that explains it.
Don't know if this bug report is related to your situation:
https://issues.apache.org/bugzilla/show
> What JVM are you using? The stack trace doesn't look like anything that a
> HotSpot JVM would produce.
It's Sun Java 1.6.0_10-b33. I grabbed the trace from my eclipse
debugger. And I see the loop when running both with and without vm
debug flags.
Peter
-
> From: Peter Warren [mailto:tomcat.subscript...@gmail.com]
> Subject: comet loop after webapp re-start
>
> The ClientPoller thread consumes most of the cpu running through the
> following stack over and over.
What JVM are you using? The stack trace doesn't look like anything that a
HotSpot JVM