Re: [Proxool-developer] Connection release latency when using proxool with PostgreSQL
UNMAINTAINED!
Brought to you by:
billhorsman
From: Jean-Henry B. <ber...@ne...> - 2003-12-11 10:56:53
|
bi...@lo... wrote: >Hi Jean, > >On Thu, 2003-12-11 at 11:25, Jean-Henry Berevoescu wrote: > > > >>>What's the URL you are using to ask for connections to the database? Are >>>you sure you are using Proxool? Is it possible that you are asking the >>>Postgresql Driver directly? >>> >>> > > > >>I think you are right with this one - but then, why is it working all >>right with Informix? >> >> > >I suspect that you are bypassing Proxool with Informix too. > > > >>If I have something like: >> >>jdbc:postgresql://host:port/dbName:user=...;password=... >> >>what would be the URL for Proxool? >> >> > >The URL is simply: > > proxool.globexplorer_0 > >Regards, >Bill Horsman > > Bingo! It is working all right now! I'd have to go back and analyze the Informix case also. I think you are 100% right: I was bypassing it in that case also. Looking more into my code I realize that there was a part of connections I was requesting that were indeed bypassing the Proxool mechanism and this was the actual problem. I fixed it and now everything seems to be back on track. Thank you so much! Best regards, Jean |