Search results

  1. K

    Interprocess Communication - methods to find Latency & Throughput

    I am trying to evaluate different Interprocess communication mechanisms - Shared memory, Named pipes and UNIX Domain sockets. I wanted to measure the latency and throughput for each of the above mentioned IPC mechanisms. I am new to IPC and Linux. Could you anyone suggest me a method or way to...
  2. K

    Linux - Evaluation of Interprocess-Communication

    Hello all, I am trying to evaluate the ipc between two process using named pipes, shared memory and UDX i have implemented all the mechanism but i am not able to find the latency and thorughput for the communication. Is there any way to do it.?
Top