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