avinashkcs
Member • Aug 9, 2008
InterProcess Communication
Hi all,
I just want to share data among processes in the same computer.
To do this I have:
1) sockets (since I want to share data in same computer, this is not as efficient as others)
2)Shared memory (involves synchronization issues and others probably...I dont know...)
3)Message Queues
4)Pipes
does anyone knows what is the best way to go for??
I want the data sharing to be asynchronous.
I just want to share data among processes in the same computer.
To do this I have:
1) sockets (since I want to share data in same computer, this is not as efficient as others)
2)Shared memory (involves synchronization issues and others probably...I dont know...)
3)Message Queues
4)Pipes
does anyone knows what is the best way to go for??
I want the data sharing to be asynchronous.