https://bz.apache.org/bugzilla/show_bug.cgi?id=58786

--- Comment #18 from Felix Schumacher <[email protected]> ---
(In reply to Philippe Mouawad from comment #16)
> Hi Felix,
> I made further tests:
> 1/ I don't see what you notice

In my tests I found the following:

1. excalibur seems to build the connections in the pool on demand and since
demand was low, it only build and used one connection.

2. tomcat-jdbc and dbcp2 build all connections up front, but used only 2 out of
5

3. dbcp2 made one connection before the pooled connections where built.
Probably to check, if it could reach the database.

[To check for the number of opened connection just grep "getConnection" in the
trace file.]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to