https://issues.apache.org/bugzilla/show_bug.cgi?id=46373
--- Comment #6 from huangjunjie 2008-12-17 21:13:27 PST
---
All right, if there's some good news, let me know please.
Thank you anyway.
Best
Water.DH
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373
--- Comment #5 from Filip Hanik 2008-12-17 20:44:37 PST ---
Well, the JDK folks thought it was already fixed, but apparently not.
We could try to implement a workaround for it (namely cancelling the selector
and starting a new one) but
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373
--- Comment #4 from huangjunjie 2008-12-17 18:24:28 PST
---
Will it be fixed in jdk 7 ? NIO's performance is very good.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
--- Comment #10 from Rainer Jung 2008-12-17 16:33:45
PST ---
Could you please try the patch available at:
http://people.apache.org/~rjung/mod_jk-dev/patches/extension_crash.patch
It came up for a related issue reported today and it
https://issues.apache.org/bugzilla/show_bug.cgi?id=46249
Mark Thomas changed:
What|Removed |Added
Resolution|FIXED |INVALID
--- Comment #2 from Mark
https://issues.apache.org/bugzilla/show_bug.cgi?id=46249
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373
--- Comment #3 from Filip Hanik 2008-12-17 08:49:38 PST ---
This looks like it is still a JDK bug
Grizzly seem to have the same issue on linux
http://www.nabble.com/Comet-handler-starts-terminating-TCP-connections-with-RST--td2033744
dalilama wrote:
> I'm trying to get to know tomcat 6. I am experimenting with editing one of
> the java classes in apache-tomcat-6.0.18/webapps/examples/WEB-INF/classes
>
> I have replaced the contents of HelloWorldExample.java with my own code
> which server a web page . One of the lines of code
I'm trying to get to know tomcat 6. I am experimenting with editing one of
the java classes in apache-tomcat-6.0.18/webapps/examples/WEB-INF/classes
I have replaced the contents of HelloWorldExample.java with my own code
which server a web page . One of the lines of code is:
public void doGet(Htt