FYI in regards to ‘minimum pool size’=1:
I’ve experienced problems with ‘Minimum pool size’=1 on a MySQL db. After some time I think the 1 connection never got released even though MySQL has timed out the connection which causes connection errors next time a DB-request uses the pool. I didn’t pinpoint the settings problem on the MySQL side but I solved this problem by settings ‘Minimum pool size’=0 instead. I’ve mostly used Oracle DB’s and those does not have this problem.
So if you are not sure or want to be more safe, I think using ‘Minimum pool size’=0 would be recommended. You can set a higher ‘block timeout’ and ‘expire timeout’ instead to improve efficiency.
/Hyui
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB