Caching block corruption

  • Thread starter Alvin Bruney - ASP.NET MVP
  • Start date
A

Alvin Bruney - ASP.NET MVP

Anybody aware of the following cache corruption issue in the Enterprise
library?
Under load (say 100,000 hits per day), the cache object manager returns
incorrect objects based on key. For instance, if a cache object key A
returns object A1 and key B returns object B1, under load, object A1
actually returns object B1. This is very reproducible btw.

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
-------------------------------------------------------
 
A

Alvin Bruney - ASP.NET MVP

After a bit of digging, this is actually a bug in Enterprise library that
STILL HASN'T BEEN FIXED!!!

best to stay away from that piece of software IMO

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top