Cache invalidation between two web applications

Posted by Muxa on Stack Overflow See other posts from Stack Overflow or by Muxa
Published on 2010-04-08T00:08:11Z Indexed on 2010/04/08 0:13 UTC
Read the original article Hit count: 513

Filed under:

I need to invalidate cache in a web application when related data is updated in another application (running on the same machine). Both applications use the same database. I know there's SqlCacheDependency. How do is it in terms of performance? Is interprocess communication (e.g. using name pipes) an option in web applications? Does it outperform SqlCacheDependency?

© Stack Overflow or respective owner

Related posts about ASP.NET