persistence@glassfish.java.net

Re: unanswered forum question regarding connection pool configuration in Java SE

From: Mitesh Meswani <Mitesh.Meswani_at_Sun.COM>
Date: Sun, 07 May 2006 18:23:04 -0700

Hi Sahoo,

Following properties can be used to control toplink's connection pool

toplink.max-write-connections - maximum number of write connections used
by a TopLink created connection pool in an Application managed entity
manager
toplink.min-write-connections - minimum number of write connections used
by a TopLink created connection pool in an Application managed entity
manager
toplink.max-read-connections - maximum number of read connections used
by a TopLink created connection pool in an Application managed entity
manager
toplink.min-read-connections - minimum number of read connections used
by a TopLink created connection pool in an Application managed entity
manager

This information is being published in the developer's guide
http://swpubs.sfbay/writing/appserver/as9/reviewdrafts/devguide/DG.pdf.
This should be available outside firewall shortly.

Thanks,
Mitesh

Sanjeeb Kumar Sahoo wrote:
> http://forums.java.net/jive/thread.jspa?forumID=56&threadID=15255
>
> http://forums.java.net/jive/thread.jspa?forumID=56&threadID=15181
>
> This looks to be a good thing to document in our web site as well.
>
> Thanks,
> Sahoo