https://issues.apache.org/bugzilla/show_bug.cgi?id=50839
--- Comment #3 from Konstantin Preißer <prei...@web.de> 2011-05-16 01:19:28 UTC --- Hi, I could also observe this issue using Windows Server 2008 SP2 (32 bit), IIS 7.0, ISAPI Redirector 1.2.31. It happened when a Servlet was producing lots of data, a client made a request to this servlet and canceled the download a few seconds later. This was leading to 100% CPU usage for about 30 seconds. I reported this issue on the users list [1] where Tim Whittington pointed me to this bug and asked me to attach a TRACE level log file. To do this, I made a jsp (download3.jsp in the attachment) which produces about 32 MB of random data and writes it to the client. I also made a Downloader (SlowDownloader.java) which uses a URLConnection to make a request to the servlet and download it slowly, and abort the connection after 2400 bytes are read. The log of this Downloader is in SlowDownloader.log, the log of the JSP is in JSPLog.log. isapi_redirect.log contains the logfile of the ISAPI redirector with TRACE log level. [1] http://markmail.org/message/g7iztucoucze2wrw -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org