----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SecCode Message 2 in Discussion Application cache by its very nature is machine specific so it would not work properly in a web farm for the type of data that you are looking at. I would suggest that you look at the following resource from the MS Patterns & Practices Team: Caching Architecture Guide for .NET Framework Applications http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/CachingArch.asp?frame=true "This document provides caching guidance for developers and architects using the Microsoft .NET Framework. It introduces the concepts involved in caching, discusses the technologies that can be used to provide caching facilities, and describes the mechanisms you should implement to cache data in a distributed application. It contains recommendations and best practices for all aspects of caching in .NET-based applications." You can also find an implementation of the above best practices in the: Caching Application Block for .NET http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/CachingBlock.asp "Microsoft .NET Framework class library that allows you to increase the efficiency and scalability of distributed applications by caching Web service data, which saves time and resources that are needed to refresh data that is still current. Data can be cached in several formats, including a Microsoft SQL Server 2000 database, a memory-mapped file, or a singleton object. The Caching Application Block also includes example classes for caching, scavenging, expiration, and data protection." - Anil -------------------------------------------------------------- -- http://SecureCoder.com -- Architecture & Security in an Imperfect World -------------------------------------------------------------- ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
