Details
Description
During application shutdown sequence, in application that usually use clocks, there is a good chance that requests for blocking connection (receive-updated-views) are sent after the framework shutdown. This can cause unblocked threads to accumulate when sessions expire.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15990 | Mon Mar 10 18:19:29 MDT 2008 | mircea.toma | Avoid to block responses after shutdown. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SendUpdatedViews.java
|
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.7 [ 10080 ] | |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] | |
| Priority | Major [ 3 ] | Blocker [ 1 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7RC1 [ 10123 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] |

Avoid to block responses after shutdown.