Hi,
I've been using Mutex to synchronize files over between several windows
applications. Is it also safe to use the Mutex for synchronizing between web
applications ?
In particular :
I have several different web applications on the same server. I want all the
applications to write data to the same log file. Can I use the Mutex in this
scenario ?
Thanks,
Yair
Yair Nissan - 17 Apr 2006 08:15 GMT
It works just like it should without any problems (yet) ...
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks,
> Yair