Can a database handle 20K connections on a commodity box?
Large scale deployment of PHP applications is challenging for databases in terms of connection management, thread management, network I/O, state management, performance, scalability, and availability.
All RDBMS vendors are actively looking into solving these challenges. This technical session will describe the new Oracle Database 11g Database Resident Connection Pool.
After an overview of DRCP, the session will describe its components, how it works, sharing the pool across several applications and midle-tiers, configuring DRCP for a large number of connections including the details of DRCP benchmark sustaining 20000 consurret users against an Oracle Database 11g on a copmmodity box.
Finally the session will describe DRCP best practices (i.e., when to use it).