Previous Topic: URLs for RiskMinder ComponentsNext Topic: Enabling Database Connection Pooling


Configuring Application Server for Database Connection Pooling

Typically, accessing the database may not be a bottleneck, but setting up a new connection for each request can be an overhead and can bring down the performance of the system. By implementing database connection pooling, you can avoid the overhead of creating a database connection every time a RiskMinder component deployed on your application server requires access to the database.

This appendix outlines the steps for: