Vukoje.NET

Vukoje's blog about software development

Software Developer’s Journal - Demystifying Lazy Load Pattern

I have written an article for Software Developer’s Journal 1/2012 titled “Demystifying Lazy Load Pattern”.

okladka_sdjen_01_2012-168x240

Here is the article short description:

“Usual business application relies on lots of data, and that data usual resides in a database. Because data is out of the application thread, accessing it can be much slower. If external data is on a hard drive (and it usually is), accessing it can be thousands of times slower than accessing data in application memory. The great thing about cached data is that not only it will be few thousand times faster, but it will also scale much better under heavy load than your poor database.”

You have to be subscribed to journal in order to be able to read the article and subscription is not free, but don’t worry, I will post the article here in few days so you can read it.