Typically, accessing the database might 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 new database connection every time a RiskMinder component deployed on your application server requires access to the database.
This appendix outlines the steps for:
|
Copyright © 2013 CA.
All rights reserved.
|
|