« Return to Thread: Massive(!) ReaderWriterLock bottleneck

Re: Massive(!) ReaderWriterLock bottleneck

by Michael Hutchinson :: Rate this Message:

Reply to Author | View in Thread

On Thu, Sep 24, 2009 at 12:19 PM, LKeene <lionel.keene@...> wrote:
> I don't know what is causing this, but for now I would recommend anyone
> trying to use the ReaderWriterLock class to consider "rolling their own" via
> synchronization primitives.

Have you tried ReaderWriterLockSlim? It's supposed to be safer and
more performant.

--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Mono-osx mailing list
Mono-osx@...
http://lists.ximian.com/mailman/listinfo/mono-osx

 « Return to Thread: Massive(!) ReaderWriterLock bottleneck