M
MS Newsgroups
Hi,
If i have a remoting component hosted on a server that exposes a method that
does some file IO operations, and i want to avoid this method to be run at
the same time from client applications to avoid file locks, can I use
synclock before the method is called from the client app to achieve this ?
Niclas
If i have a remoting component hosted on a server that exposes a method that
does some file IO operations, and i want to avoid this method to be run at
the same time from client applications to avoid file locks, can I use
synclock before the method is called from the client app to achieve this ?
Niclas