Re: Win32 hard crash problem - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: Win32 hard crash problem
Date
Msg-id 44FE82A1.5070705@gmx.at
Whole thread Raw
In response to Re: Win32 hard crash problem  ("Magnus Hagander" <mha@sollentuna.net>)
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Win32 hard crash problem
Next
From: "Zeugswetter Andreas DCP SD"
Date:
Subject: Re: @ versus ~, redux