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:25:38
|
bi...@lo... wrote: >Hi Jean, > >On Thu, 2003-12-11 at 11:02, Jean-Henry Berevoescu wrote: > > > >>The weird part comes after that: when I do a server request (which >>usually asks for around 4 connections >>from proxool) no lines like these appear (which would mean, I guess, >>that no new connections are >>created by proxool) >> >> > >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? > >Regards, >Bill > > > I think you are right with this one - but then, why is it working all right with Informix? If I have something like: jdbc:postgresql://host:port/dbName:user=...;password=... what would be the URL for Proxool? Something like this: jdbc:proxool://host:port etc? But I don't have a real host port and everything for proxool. When I registered proxool I did all this by setting its properties. Thanks, Jean |