Top "Connection-leaks" questions

java.net.SocketException: No buffer space available (maximum connections reached?): JVM_Bind

Tomcat is running a webapp under Windows. After a few days (under very low load), the exception mentioned in the …

windows tomcat jvm socketexception connection-leaks
How to detect SqlServer connection leaks in a ASP.net applications?

I'm currently doing some GUI testing on a ASP.net 2.0 application. The RDBMS is SQL Server 2005. The host is Win …

asp.net sql-server connection-pooling performancecounter connection-leaks
How to check the Database Connection leakage in Java EE application?

Is there any way to check the connection leakage in a Java EE application? The application is running on my …

java mysql jdbc connection-leaks
Find Connection leak in Java application

I have an application which starts giving me internal server error after some time, Some people I asked told me …

java oracle connection-leaks
Java, ResultSet.close(), PreparedStatement.close() -- what for?

In my web-application, i make extensive use of a database. I have an abstract servlet, from which all the servlets …

java database memory-leaks connection-leaks
How to track database connection leaks

We have an app which seems to have connection leaks (SQL Server says that the max pool size has been …

sql-server database memory-leaks database-connection connection-leaks