Results 1 to 1 of 1
Hi,
I lately change my process to listen to unix domain socket instead of regular ports.
My problem is that the bind doesn't give an error as before in case ...
- 01-11-2011 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
UNIX Domain Sockets
Hi,
I lately change my process to listen to unix domain socket instead of regular ports.
My problem is that the bind doesn't give an error as before in case of two instances of the processes.
I am using the UNIX domain sockets as dagram.
How can I achive the capability of avoiding of multiple instances of the process?
Thanks
(I am using C)


Reply With Quote