Click here to Skip to main content
15,892,537 members
Articles / Programming Languages / ASP

Why Caching A DataBase Connection Is A Bad Idea

Rate me:
Please Sign up or sign in to vote.
2.44/5 (6 votes)
10 Feb 20021 min read 102.6K   26  
Caching Data in Application or Session objects is a good idea. Caching Database connections in Application or Session objects however is not a good idea. This article explains why and how to best use your database connections.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions