Re: Best Practice to Create a Connection Pool in PostgreSQL
От | Richard Broersma |
---|---|
Тема | Re: Best Practice to Create a Connection Pool in PostgreSQL |
Дата | |
Msg-id | 396486430809170933p43a141d2x5a3e120ca9831d13@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Best Practice to Create a Connection Pool in PostgreSQL ("Greg James" <gregcjames@comcast.net>) |
Ответы |
Re: Best Practice to Create a Connection Pool in PostgreSQL
|
Список | pgsql-jdbc |
On Tue, Sep 16, 2008 at 7:47 PM, Greg James <gregcjames@comcast.net> wrote: I would like to ask question on this subject as well. I've read a OOP design patterns book that features Java when illustrating various patterns. The book shows show to create various mechanisms for pooling and releasing various resources (including connections). The book demonstrates this by using a hash map that reference many linked lists for a particular kind of connection and the link lists can reference many connection objects for one kind of connection. Would a hand crafted pooling mechanism not compete well with some of the existing solutions mentioned? -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug
В списке pgsql-jdbc по дате отправления: