DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41855>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41855

           Summary: Connection leaks problem when browser gets closed while
                    loading a time consuming html page
           Product: Tomcat 5
           Version: 5.0.28
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Connector:HTTP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


This is what the problem is. I have some servlets that will take more than 10 
mins to execute for the very first request. (I know this is wrong, but please 
go ahead).

What happens is when a number of users logs in and tries to access this page, 
it will take 10 mins for each such request. The users get frustrated and close 
their browser or presses stop button.

But our tomcat still continues to execute the servlet and finishes executing 
only after 10 mins. This can be confirmed by looking at the log messages.

The direct effect is that when lots of such connections gets accumulated, 
tomcat eventually dies with out of memory.

Let me know if this issue could be fixed or is already fixed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to