I've used an implementation taken from an MSDN article "Compound Win32
Synchronization Objects", and it works great. It uses mutexes and events,
which all are multi-process capable. You'll have to port it to .NET using
P/Invoke or something, because it's writen for C programmers, but it should
by an easy task.

Regards,
Pablo Castro
Lagash Systems S.A.


----- Original Message -----
From: "Saar Carmi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 20, 2002 9:53 AM
Subject: [DOTNET] ReaderWriterLock in Multi Process Environment


> Hi.
>
> System.Threader.ReaderWriterLock is only for inprocess sync.
>
> Can anyone think of such solution for more than one process?
>
> Thanks,
> Saar
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to