Re: Win32 hard crash problem

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Win32 hard crash problem
Дата
Msg-id 44FE82A1.5070705@gmx.at
обсуждение исходный текст
Ответ на Re: Win32 hard crash problem  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
Magnus Hagander wrote:> Another point that at least I don't know - what kind of connection pool> is it? Is it an
externalone (like pgpool) to which the java app> connects (using FE/BE protocol, emulating a "proper postmaster" but>
poolingaccess to the database), or is it running inside the app server> (like for example .net connection pooling does,
whichsimply means that> when you run the Open() method on the connection object it will pick> something off an
*internal*pool)?
 

Googling for 3CPO [1] shows that it is a Java-based connection pool that 
implements connection pooling using the JDBC API, i.e. it is an *internal* 
pool running inside the app servers JVM. PG Admin cannot in any case 
connect through this pool.

Best Regards
Michael Paesold

[1] http://sourceforge.net/projects/c3p0


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Win32 hard crash problem
Следующее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: @ versus ~, redux