PPT Slide
Creating a Database Connection Pool
- Let another process take the performance hit of opening and closing connections; the main servlet just grabs the next connection without waiting
- Monitor connection usage and limit the number allowed
- Establish timeout parameters for bad connections
Two good Starting points for creating a connection pool:
- BOOK: Java Servlets (McGraw-Hill Java Masters) by Karl Moss
Author | Title | Track | Home