Web DBI - Too many connections
Limits on Database Connections
- Database platform resources or licensing
- Memory consumption of web servers
-
Partition web servers into General and Database
Direct database work to the Database web servers
- Use Reverse Proxy / Redirect / Rewrite to achieve this
- Allows each subset of servers to be tuned to best fit workload
- And/or be run on appropriate hardware platforms