FIFO implementation in Inter Process Communication onLinux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dheeraj2104
    New Member
    • May 2016
    • 1

    FIFO implementation in Inter Process Communication onLinux

    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 ??
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    #2
    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

    Working...