[Mono-list] Session deadlocks when used inside a handler
Vasili Sviridov
vsviridov at exceede.com
Thu Oct 25 21:40:35 EDT 2007
Hello all,
I have a handler that supposed to emit a bunch of data. But a lot of
times when I try to access it - it times out after a while and throws
following exception
---
System.NullReferenceException: Object reference not set
to an instance of an object
at System.Web.SessionState.SessionInProcHandler.SetAndReleaseItemExclusive
---
this really kills my project, because that handler is a central
datasource for the whole application.
It's running under mod_mono autohosting and a tiny web config, which
only contains connectionStrings and assembly references.
V.
More information about the Mono-list
mailing list