connection pooling

Tom Scavo trscavo at gmail.com
Wed Apr 2 15:46:55 EDT 2014


This is FYI. For comparison, can you tell me what the IdP uses for
connection pooling?

Recently we had some issues with the InCommon Certificate Manager,
hosted by Comodo. As it turns out, the Certificate Manager experienced
a fairly serious outage due to increased workload that created an
unserviceable workload for the database connection pool library c3p0
[1]. Consequently, the C3p0 libraries were swapped out with another
library, dbcp [2]. As a result, availability was restored and overall
performance is measurably better.

[1] http://www.mchange.com/projects/c3p0/
[2] http://commons.apache.org/proper/commons-dbcp/

Thanks,

Tom


More information about the dev mailing list