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: Sun, 30 Sep 2007 11:39:00 -0400
- Message-id: <46FFC314.5080205@agliodbs.com> <text/plain>
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
Home |
Main Index |
Thread Index