On 3/3/15 7:26 AM, Антон Мацюк wrote:
> I am talking about DBCP 1.4 now.
I am not familiar with the internals of BoneCP; but DBCP has been
optimized to reduce the calls to driver setXxx methods. See
https://issues.apache.org/jira/browse/DBCP-102
https://issues.apache.org/jira/browse/DBCP-234 (not
I am talking about DBCP 1.4 now.
2015-03-03 15:42 GMT+02:00 Phil Steitz :
>
>
>
>
>> On Mar 1, 2015, at 2:24 PM, Антон Мацюк wrote:
>>
>> Hi!
>> I have a question about dbcp and pool.
>> Last two weeks I have examined heapdumps of Tomcat instances that is
>> used by my apps.
>> There is situation
> On Mar 1, 2015, at 2:24 PM, Антон Мацюк wrote:
>
> Hi!
> I have a question about dbcp and pool.
> Last two weeks I have examined heapdumps of Tomcat instances that is
> used by my apps.
> There is situation with BoneCP - it have a LOT of SQLWarnings at each
> connection used by it.
> With D
On 3/1/15 2:24 PM, Антон Мацюк wrote:
> Hi!
> I have a question about dbcp and pool.
> Last two weeks I have examined heapdumps of Tomcat instances that is
> used by my apps.
> There is situation with BoneCP - it have a LOT of SQLWarnings at each
> connection used by it.
> With DBCP-app all is norm
Hi!
I have a question about dbcp and pool.
Last two weeks I have examined heapdumps of Tomcat instances that is
used by my apps.
There is situation with BoneCP - it have a LOT of SQLWarnings at each
connection used by it.
With DBCP-app all is normal - there is no SQLWarnings.
Apps are not the same,