Re: Prepared Statements vs. pgbouncer

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Prepared Statements vs. pgbouncer
Date: 2007-09-30 15:39:00
Message-ID: 46FFC314.5080205@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver,

> S_1 from client 1 might be a completely different query to S_1 from
> client 2. The JDBC driver just numbers statements sequentially as they
> are used.

So, how does j2EE-side connection pooling handle this?

--Josh

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2007-09-30 20:50:54 Re: Prepared Statements vs. pgbouncer
Previous Message Oliver Jowett 2007-09-30 07:11:04 Re: Prepared Statements vs. pgbouncer