Re: connection pooling -Help needed.

Поиск
Список
Период
Сортировка
От Adam Sherman
Тема Re: connection pooling -Help needed.
Дата
Msg-id 13190000.1048605412@saturn
обсуждение исходный текст
Ответ на Re: connection pooling -Help needed.  (Shanmugasundaram Doraisamy <shan@ceedees.com>)
Список pgsql-jdbc
On 03/25/03 11:26:57 +0530 Shanmugasundaram Doraisamy wrote:

> Yes we are using Swing based application to connect directly to
> the DB using JDBC.  Any idea on how to setup up a connection pooling?

You will need to convert your application to use some form of middlewhere.

A connection pool only helps if you code that needs multiple connections to
the database. As you apps connect directly, each one needs it's own
connection and can't use a pool.

Hope this helps,

A.

--
Adam Sherman
Tritus CG Inc.
http://www.tritus.ca/
+1 (613) 797-6819


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Peter Royal
Дата:
Сообщение: Re: DatabaseMetaData.getImportedKeys returning duplicate
Следующее
От: "David Hooker"
Дата:
Сообщение: Re: Problem with updateRow() -- Revisited