Re: tuning/profiling

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pg(at)fastcrypt(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>, <kgeis(at)speakeasy(dot)net>
Subject: Re: tuning/profiling
Date: 2005-10-19 23:18:03
Message-ID: 43568DDB0200002500000146@gwmta.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

If you're talking about connection pooling, the pool should have
synchronization around obtaining and returning connections, or
you would have serious problems. Are you talking about any
other sharing of connections among multiple threads?

-Kevin

>>> Dave Cramer <pg(at)fastcrypt(dot)com> >>>

Huh ? any web application would be sharing connections, and the
driver itself

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message andy petrella 2005-10-19 23:32:11 PGInterval setMinutes unrecognize ???
Previous Message Dave Cramer 2005-10-19 22:13:56 Re: tuning/profiling