-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.4.0
-
sparc
-
solaris_8
Bug 4615008 (the 'read freezing' bug): this still occurs on Solaris.
Essentially, after a short period of heavy usage, selector.select() does not
recognize events (in my case OP_READ). It also does not recognize when the
client connections have been disconnected. More description is in the attached java source code itself.
DBX and Pstack outputs are in the comments section.
Essentially, after a short period of heavy usage, selector.select() does not
recognize events (in my case OP_READ). It also does not recognize when the
client connections have been disconnected. More description is in the attached java source code itself.
DBX and Pstack outputs are in the comments section.
- relates to
-
JDK-4615008 (so) After some time, selector.select() fails to recognize read events
- Closed