Browse by Tags

Related Posts

  • Re: Cache object synchronized?

    Hi Sharp, Yes, it wont work with a local variable, but it worked using a common global variable. But i just want one more clarification : as Cache["abc"] call is thread safe, is it the same with Application["abc"]. Or is there any difference? I am just circumspect about difference...
    Posted to State Management (Forum) by kach on 04-30-2008, 12:00 AM
    Filed under: Cache, synchronization, application
  • Re: Cache object synchronized?

    Hi Benson, Thanks for the reply! Then what does it mean when the documentation[http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx] says this about Cache : This type is thread safe . And is this the same behaviour with Application too .. ??? When I read the documentation [http://msdn...
    Posted to State Management (Forum) by kach on 04-30-2008, 12:00 AM
    Filed under: Thread safe, Cache, synchronization, application
  • Keep Uplication Alive

    I have a scenario in which i want to keep a ASP.NET application (hosted in a shared environment) alive as long as possible , becaouse it has to run tasks in a background Thread. This website (let's say WebSite A ) wil not be very frequently used , but i have another website (let's say WebSite...
    Posted to State Management (Forum) by flougr on 12-02-2007, 12:00 AM
    Filed under: application, asp.net, Cache
  • Detect an application teardown, detect ASP.NET cache invalidation

    I'm trying to detect when the ASP.NET cache is being invalidated. I wish to know because it is one way for me to detect when an assembly on the server or a web.config on the server changes (This is true isn't it) How can I detect programmaticall (C#) when the an assembly has changed (maybe using...
    Posted to State Management (Forum) by learnerplates on 10-02-2006, 12:00 AM
    Filed under: Session, application, application object, ASP.NET cache, assembly changes, Cache
Page 1 of 1 (4 items)