You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/10/12 09:02:48 UTC

DO NOT REPLY [Bug 31663] New: - 버그 유발 가능성 코드

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=31663>.
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=31663

버그 유발 가능성 코드

           Summary: 버그 유발 가능성 코드
           Product: Tomcat 5
           Version: 5.0.28
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:HTTP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: wishforyou@dreamwiz.com


--- ThreadPool.java.orig        2004-10-12 15:59:39.000000000 +0900
+++ ThreadPool.java     2004-10-12 16:01:46.000000000 +0900
@@ -556,7 +556,7 @@

                     // Sleep for a while.
                     synchronized(this) {
-                        this.wait(WORK_WAIT_TIMEOUT);
+                        this.wait(interval);
                     }

                     // Check if should terminate.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org