Actions:
|
2011-04-30 08:29 AEST by Arthur Barrett - It would be great if the server pool size could be variable based on demand, eg:
min pool size
max pool size
inc pool count
As the number of connections / 5 min increase the server pool could be increased.
Note: this is NOT a solution for the 'database connections' issue. The server pool should be able to
share database connections (so CVSMANAGER is linked to Oracle rather than CVSNT) - this allows
concurrent access to databases like SQLite that natively only allow a single transaction/process, it also
optimises use of Oracle/MSSQL which have connection limits. |