[Proxool-developer] Connection release latency when using proxool with PostgreSQL
UNMAINTAINED!
Brought to you by:
billhorsman
From: Jean-Henry B. <ber...@ne...> - 2003-12-10 10:52:47
|
Hi, I am using proxool for some time in my project and I am very pleased with the performance and functionality I get from it. I mainly used my server to connect to an Informix database, but I recently did a port to handle PostgreSQL connections also. There is a problem in this new setup: the unused connections are released at a slower pace, much slower than in the Informix case. Is there any known issue with proxool when connecting to a PostgreSQL DB in the line I am describing here? The real problem is that I am expecting to reuse connections a lot and if they are released with big delays, this generates a lot of new connections. The effect is that everything slows down and at certain points I reach system limitations (max connection number for example) Best regards, Jean |