Thanks, I got the blocking to work...

I checked the Minerva link as you suggested but the settings for the JCML
file don't appear to be included. I did however find a file in the CVS
"minerva.html" that contained some details.

My problem was that the finder methods returned references to a number
beans, each of which established a connection... hence exhausting my 5
connection limit. I changed databases to workaround this problem, but I
wondered if there is any way to share such connections between beans?
----- Original Message -----
From: "Aaron Mulder" <[EMAIL PROTECTED]>
To: "jBoss" <[EMAIL PROTECTED]>
Sent: Wednesday, August 02, 2000 1:19 PM
Subject: Re: [jBoss-User] Limiting the number of database connections


> If you're using a Minerva pool, there are settings for the maximum
> number of connections the pool should use, and whether it should block or
> return null when you ask for more.  If you expect some connections to be
> freed periodically you could set it to block, and that should just slow it
> down.  If, on the other hand, you need to use more than 5 simultaneously,
> you're out of luck.  BTW, these settings are managed in the jboss.jcml
> file - there's documentation if you follow the "Minerva" link on the left
> sidebar of www.jboss.org.
>
> Aaron




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to