Community

Checking for a live database connection considered harmful

(Baron Schwartz) It is very common for me to look at a customer’s database and notice a lot of overhead from checking whether a database connection is active before sending a query to it. This comes from the following design pattern, written in pseudo-code:

Read More - Register for Free Membership