Is it possible to grow and shrink the pools dynamically. I would like to be able to grow the pool should it be needed and then shrink it down again when load is less all without restarting the application.
I tried setting the max connections variable, but it then simply defaults to 9 connections.