Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2814 | minor | always | 07-31-08 12:29 | 08-07-08 14:35 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.26 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.27 | ||
|
|||||
Summary: | 0002814: isapi_srun taking extra CPU on long-running process | ||||
Description: |
(rep by Martin Weinig) I intended to mention the other issue we?re seeing that cropped up following the upgrade to 3.0.26: When we have a long running JSP or servlet, the w3wp.exe process consumes 100% of one CPU while waiting on the Resin process to finish its work. It appear to process normally for about 60 seconds and then w3wp starts burning cycles until the jsp finishes. I was able to reproduce the situation with the following simple JSP: <% java.util.Date d1 = new java.util.Date(); java.util.Date d2 = new java.util.Date(d1.getTime() + (1000*60*5)); while(d1.getTime() < d2.getTime()){ d1 = new java.util.Date(); } %> Done. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |