Click here to Skip to main content
15,881,803 members
Articles / .NET

Demystifying concurrent lazy load pattern

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
5 Aug 2012CPOL9 min read 43K   581   29  
Shows what are common mistakes in lazy load implementations and how to implement fast concurrent lazy load cache.
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\bin\Release\LazyLoadSample.XML
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\bin\Release\LazyLoadSample.exe
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\bin\Release\LazyLoadSample.pdb
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\ResolveAssemblyReference.cache
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\LazyLoadSample.Simulator.resources
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\LazyLoadSample.Properties.Resources.resources
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\GenerateResource.read.1.tlog
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\GenerateResource.write.1.tlog
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\LazyLoadSample.exe
D:\Projects\CodeProject article - Demistifying concurrent lazy load\LazyLoadSample\LazyLoadSample\obj\x86\Release\LazyLoadSample.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) CallidusCloud
Serbia Serbia
I am a software developer at CallidusCloud currently working on software for Quoting and Product Configuration.

In past few years I have been working on development of multi-portal CMS and I was responsible for defining Coding standard and Code Review process. For three years, I have lead team of programmers that developed Soprex framework for enterprise applications development and I have also built Soprex Quotation Tool on that framework. My main points of interests are enterprise app architecture, Scrum and TDD.

I blogs about software development at www.Vukoje.NET.

Comments and Discussions