Hello!
I'm new in the forum and I'm looking for help.
I'm working on an intranet, using Postgre 8.0, Windows 2000 and ASP. Lots of people uses this intranet and from time to time the connection limit (100 connections opened at the same time) exceeds.
After some tests I realized that when the code says 'connection.close' and 'set connection = nothing', the connection dont close imediatly. It takes more then 30 seconds for it to close, what gives time to the users to natigate em open more connections.
Anybody using postgre had the same problem? Any help will be apreciated.
|