Hi people, i need to know how setup the max, min and increase of
connection for postgres, i suposse that:
the propertie "MaxSize" setup the max size of connection
the propertie "MinSize" setup the min size of connection
but i don't have idea about how setup the increase
here send part of my setup
<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=jdbc_postgres">
<attribute name="PoolName">jdbc_postgres</attribute>
<attribute name="URL">jdbc:postgresql:prueba</attribute>
<attribute name="JDBCUser">postgres</attribute>
<attribute name="Password">postgres</attribute>
<attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
<attribute name="MaxSize">10</attribute>
<attribute name="MinSize">0</attribute>
</mbean>
I hope their help
Jaime
"