Thanks Brian, thats actually good to know Does anyone know if the libpq++ pools connections? Thanks Gary ----- Original Message ----- From: "Brian Baquiran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 4:22 AM Subject: Re: [GENERAL] Transaction Manager > > [EMAIL PROTECTED] wrote: > > >I don't know if this is totally related to PostgreSQL, but in some fashion I > >suppose > >it pertains. > > > >Is there a reliable open source transaction monitor/manager for Linux that > >works with > >Postgres and Apache? > > > >I'm looking for something like MTS on the NT platform, something that would > >have some > >"pooling" and intellegent transaction management... > > mod_perl will do pooling automatically if you use DBI. It will even pool database handles for your CGI scripts, which would otherwise establish one connection per request. > > Brian