ServerSide

Mike Volodarsky on Internet Information Services (IIS), IIS7, and ASP.NET
Welcome to ServerSide Sign in | Join | Help
in Search

Browse by Tags

All Tags » Development » Random
Sorry, but there are no more tags available to filter with.
  • Fun with file locking

    If you are developing code that uses distributed synchronization or messaging, you sometimes might need to use files as a locking mechanism.  This can be useful because files are persistent (beyond thread, process, or even power session lifetime), and access to them is synchronized between multiple processes if you select the proper file ...
    Posted to IIS 7.0 Server-Side (Weblog) by Mike Volodarsky on March 1, 2009
Powered by Community Server, by Telligent Systems