K
Kursat
Hi,
I have a Web Service with one Web method which sends some commands to a
device via socket connection. I want to synchronize sending commands to this
device.
Web server creates a new object instance for every request, well, but how
can I synchronize these objects? I may use a system wide synchronization
object like named mutex but is there any other way?
thanks
I have a Web Service with one Web method which sends some commands to a
device via socket connection. I want to synchronize sending commands to this
device.
Web server creates a new object instance for every request, well, but how
can I synchronize these objects? I may use a system wide synchronization
object like named mutex but is there any other way?
thanks