[Mono-dev] Deadlock in System.Web.Caching.Cache class
Robert Jordan
robertj at gmx.net
Sun Nov 8 09:27:08 EST 2009
Ivan Radovanovic wrote:
> Although this dead lock problem continues to potentially exists it seems
> that problem is after all OS specific - there is some weird behavior of
> fam/gamin reporting that bin/*.dll files are changed, causing ASP.Net
> runtime trying to restart application, while at the same time trying to
> compile *.aspx, *.ascx etc.
> Maybe deadlock can occur in normal conditions too (servicing some
> request that would need compiling of some control/page that is not
> compiled yet and replacing something in bin directory at the same time),
> but that should be rare enough :-)
Try to disable the file system watcher as described here:
http://twistedcode.net/blog/post/2009/05/13/Tip-Mono-ASPNET-application-burning-CPU-in-idle-state-FileSystemWatcher.aspx
Robert
More information about the Mono-devel-list
mailing list