Re: Connection Pooling

Поиск
Список
Период
Сортировка
От Mark Pritchard
Тема Re: Connection Pooling
Дата
Msg-id EGECIAPHKLJFDEJBGGOBIEDIGOAA.mark.pritchard@tangent.net.au
обсуждение исходный текст
Ответ на Connection Pooling  (Sean Alphonse <salphonse@shaw.ca>)
Список pgsql-hackers
Connection pooling isn't a driver function.

You may:

* get it for free (j2ee container, commercial servlet/application server
etc)

* write it yourself (its not too hard)

* Download one from the 'net. PoolMan is a good example...Google is your
best bet for locating one.

http://www.google.com/search?sourceid=navclient&q=jdbc+connection+pool

Cheers,

Mark Pritchard

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Sean Alphonse
Sent: Wednesday, 13 February 2002 4:03 PM
To: pgsql-hackers
Subject: [HACKERS] Connection Pooling



Does the JDBC driver support connection pooling?

If so, where is the documentation for this, including examples.

Thank-you for your time.

Sean Alphonse.



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: SET NULL / SET NOT NULL
Следующее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: questions on ALTER TABLE ... OWNER