Data Access and Transactions |
One of the main challenges of designing a sophisticated Web database application is maintaining a properly managed database connection. Opening and maintaining connections, even when no information is transmitted, can deplete a database server’s resources and result in connectivity problems. Well-designed Web database applications manage connections wisely and compensate for delays due to network traffic.
Here are six tips to help you optimize your use of database connections: