From: Bill H. <bi...@lo...> - 2009-03-06 14:31:12
|
Hi Rics, Short answer: because that is how it was designed in 2001. Slightly longer answer: a couple of other people have talked about this in the last month or so and at least one person has said that they are willing to work on a solution. It's certainly possible for Proxool to be modified to queue requests and it sounds like there is a demand for it. I'm more than willing to coordinate any solution but don't have time to do the coding. Sorry. Regards, -- Bill Horsman http://www.logicalcobwebs.com/bill_horsman 2009/3/6 <ri...@fr...> > Hi, > > I'm using proxool <http://proxool.sourceforge.net/> java connection pool > (version 0.9.1). Everything works fine till I reach the maximum connection > count. If the maximum connection count is reached proxool immediately throws > an SQLExcepion: > > java.sql.SQLException: Couldn't get connection because we are at maximum > connection count (n/n) and there are none available > > Of course instead of n the maximum connection count is shown. > > Why is proxool throwing an SQLException immediately instead of waiting for > an available connection? Not forever of course, but a configurable timeout > would be great. > > I don't know if it important, but I'm using proxool in a Tomcat J2EE > application. Parameters of proxool are defined in context.xml and I'm > using Proxool DataSource Support<http://proxool.sourceforge.net/datasource.html> > . > > > Thanks in advance, > > Rics > > > --------------------------Hirdetés----------------------------- > > *Mostantól könnyebb átköltözni az Indamailbe!* <http://indamail.hu/?ad=lv> > Az ismerőseid listáját pár kattintással áthozhatod. > 2 GB tárhely, testreszabható működés és megjelenés. > Indamail. > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Proxool-user mailing list > Pro...@li... > https://lists.sourceforge.net/lists/listinfo/proxool-user > > |