I am running a connection pool for the PostgreSQL and I was wondering which values you would reccommend for the connection pool?

                <parameter>
                        <name>maxWait</name>
                        <value>5000</value>
                </parameter>
                <parameter>
                        <name>maxActive</name>
                        <value>10</value>
                </parameter>
                <parameter>
                        <name>maxIdle</name>
                        <value>2</value>
                </parameter>

What does maxWait and maxIdle means?


Regards,

BTJ


-- 
-----------------------------------------------------------------------------------------------
Bjørn T Johansen (BSc,MNIF)
Executive Manager
[EMAIL PROTECTED]                  Havleik Consulting
Phone : +47 67 54 15 17         Conradisvei 4
Fax : +47 67 54 13 91           N-1338 Sandvika
Cellular : +47 926 93 298       http://www.havleik.no
-----------------------------------------------------------------------------------------------
"The stickers on the side of the box said "Supported Platforms: Windows
98, Windows NT 4.0,
Windows 2000 or better", so clearly Linux was a supported platform."
-----------------------------------------------------------------------------------------------

Reply via email to