I am working on project of IPC(Inter process Communication). I want to run multiple clients simultaneously with single server using fifo. I was able to do this one client at a time but not simultaneously. .help me ??
FIFO implementation in Inter Process Communication onLinux
Collapse
X
-
Tags: None
-
Dheeraj2104,
What sort of process model did you try?
Are you trying to do this with pipes, with a library, or with a system API? For example, a single-threadded database server with round-robin is an example of FIFO IPC.
Will you please give us an idea of your end goal, so that we can make helpful suggestions?
If you look up "Linux IPC" on google, you will see that multiple mechanisms are available to you.
Cheers!
Oralloy
Comment