svn commit: r725592 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 22:04:31 2008 New Revision: 725592 URL: http://svn.apache.org/viewvc?rev=725592&view=rev Log: minor cleanup Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified: tomcat/trunk/modules/jdbc-pool/ja

svn commit: r725586 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java JdbcInterceptor.java PoolProperties.java interceptor/SlowQueryReport.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 21:49:10 2008 New Revision: 725586 URL: http://svn.apache.org/viewvc?rev=725586&view=rev Log: Implemented closure notification. Turns out generics only work on an instance level, so you cant use static methods without having to use reflection. Modified: tomc

svn commit: r725584 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java PoolProperties.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 21:17:19 2008 New Revision: 725584 URL: http://svn.apache.org/viewvc?rev=725584&view=rev Log: Refactor interceptor instantiation a bit Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-

svn commit: r725575 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/PoolProperties.java java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java test/org/apache/tomcat/

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 20:58:11 2008 New Revision: 725575 URL: http://svn.apache.org/viewvc?rev=725575&view=rev Log: Refactor a bit Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolProperties.java tomcat/trunk/modules/jdbc-pool/java/org/apache/tomca

svn commit: r725565 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java JdbcInterceptor.java ProxyConnection.java interceptor/SlowQueryReport.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 19:51:10 2008 New Revision: 725565 URL: http://svn.apache.org/viewvc?rev=725565&view=rev Log: remove more code not needed Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-pool/java/org

svn commit: r725564 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java PoolProperties.java PooledConnection.java interceptor/SlowQueryReport.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 19:40:13 2008 New Revision: 725564 URL: http://svn.apache.org/viewvc?rev=725564&view=rev Log: get rid of closeListener, it turns into spaghetti code Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk

svn commit: r725487 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java interceptor/SlowQueryReport.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 15:38:13 2008 New Revision: 725487 URL: http://svn.apache.org/viewvc?rev=725487&view=rev Log: refactor the slow query report a bit also add the ability to remove a listener Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPoo

svn commit: r725474 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 14:43:30 2008 New Revision: 725474 URL: http://svn.apache.org/viewvc?rev=725474&view=rev Log: Make sure we check if the attachment is null Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r725443 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 13:29:10 2008 New Revision: 725443 URL: http://svn.apache.org/viewvc?rev=725443&view=rev Log: Reset the key to let go off references Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/

svn commit: r725417 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioChannel.java NioEndpoint.java SecureNioChannel.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 12:28:19 2008 New Revision: 725417 URL: http://svn.apache.org/viewvc?rev=725417&view=rev Log: implement timeout on sendfile write as wellimplement timeout on sendfile write as wellimplement timeout on sendfile write as wellimplement timeout on sendfile write as we

svn commit: r725408 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-10 Thread fhanik
Author: fhanik Date: Wed Dec 10 12:08:31 2008 New Revision: 725408 URL: http://svn.apache.org/viewvc?rev=725408&view=rev Log: Remove methods so that the caller knows what action is being taken Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java

Re: tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
George Sexton wrote: When I looked at the Commons-Daemon one, all of the entries were 3 or more years old, so I didn't think it was in use. At least the change log didn't have anything more current than 3 years... -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.

Re: tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
When I looked at the Commons-Daemon one, all of the entries were 3 or more years old, so I didn't think it was in use. Mark Thomas wrote: George Sexton wrote: Before I get flamed, I looked at a way to report this bug through bugzilla/jira and couldn't seem to find the right project... Common

Re: tomcat5.exe on Windows x64

2008-12-10 Thread Mark Thomas
George Sexton wrote: > Before I get flamed, I looked at a way to report this bug through > bugzilla/jira and couldn't seem to find the right project... Commons daemon - it is in JIRA although it really is a Sun bug and a commons-daemon enhancement request. Mark > > I just went through a troubl

tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
Before I get flamed, I looked at a way to report this bug through bugzilla/jira and couldn't seem to find the right project... I just went through a troubleshooting session getting tomcat5.exe to work on Windows 2008 x64 with x64 jre 1.6.0 Update 11. I was using the tomcat5.exe x64 binaries th

DO NOT REPLY [Bug 46373] tomcat6 cpu100%

2008-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 46373] New: tomcat6 cpu100%

2008-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 Summary: tomcat6 cpu100% Product: Tomcat 6 Version: 6.0.18 Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P1 Component: C