JDBC connection pooling problem

2006-05-02 Thread Michal Fleischhans
Hi all, I have a problem with connection pooling. Example: - about 30 applications using the pool - each application uses 1 DB username/password (30 users) imagine following situation: Only 1 application works hard, the others do nothing. This application takes for example 80% of all possible

Re: JDBC connection pooling problem

2006-05-02 Thread Michal Fleischhans
an application hold onto a connection (especially in client/server) world is bound to cause you to run out of connections or reach timeouts. On 5/2/06, Michal Fleischhans [EMAIL PROTECTED] wrote: Hi all, I have a problem with connection pooling. Example: - about 30 applications using the pool