Hi,
How do you get JDBC Connection, named 'conn'?
It is from Driver Manger or Connection Pooling Utility?
Is 'conn' variable auto variable of method or instance variable of JSP?
Generally, JSP is called from multiple threads.
Do you lock 'conn' variable by synchronization?
I sugges
dvance
best regards :)
- Original Message -
From: "TAKAHASHI, Tomohiro" <[EMAIL PROTECTED]>
To: "yilmaz" <[EMAIL PROTECTED]>
Sent: Sunday, November 25, 2001 8:02 PM
Subject: Re: number of connections keeps increasing
>
> I want to know environment ab