Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003630 |
[Resin] |
minor |
always |
08-07-09 14:30 |
09-11-09 18:15 |
|
Reporter |
ferg |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.2 |
Product Version |
3.1.6 |
|
Product Build |
|
|
Summary |
0003630: ClientDisconnect with Comet servlet |
Description |
(rep by Fiaz Hossain)
I am using the CometServlet in Resin 3.1.6 and ResinPro. It seems like when I am using the JNI library from Pro the server is not getting any indication of when the client has disconnected. In partcular the call - controller.isClosed() never returns true even when the client has gone away. We have noticed similar issues with Regular servlet code too where the server keeps on writing data to an outputstream without any error when the client has actually terminated the connection. Seems like the IOException is being trapped and ignored even when I have the following specified
<ignore-client-disconnect>false</ignore-client-disconnect>
If I take the JNI library out we seem to get the IOException properly. Is there something wrong with the way we built the JNI library?
|
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|