Skip to Content.
Sympa Menu

freetds - [freetds] Same Connection 2 Different Connection Requests

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Felmey, Jonathan" <JFelmey AT progeny.net>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Same Connection 2 Different Connection Requests
  • Date: Tue, 13 Jul 2004 13:49:38 -0400

I have an application built with Servlets/JSP/Struts/Tomcat/FreeTDS 7.0.
My problem comes about when I have 2 concurrent sessions of a Servlet.
Each instance of the servlet gets a connection from the connection pool.
Sometimes the connection returned is the same as the one the other
instance has. This causes a problem when one instance closes its
connection, if it's the same one as the other instance, that servlet
can't continue because its connection is closed. Could this possibly be
a problem caused by freetds? We have exhausted all other causes.



Thanks,

Jon





Archive powered by MHonArc 2.6.24.

Top of Page