Re: IPC- what and when

1998-04-30 Thread William T Wilson
On Thu, 30 Apr 1998, Pankaj Kumar R wrote: > i know that one can choose from Messg queue, Shared mem, Semaphore opn, > (std ipc) or create unix domain socket or a socket stream. Well, obviously which one you need depends on what you are going to do with it. My personal preference is domain sock

IPC- what and when

1998-04-30 Thread Pankaj Kumar R
hi all, i am part of the design team whic is developing infrastructure for mobile computing. we have developed these two daemons which come up during bootup. what we needed was some form of IPC between these two processes. i know that one can choose from Messg queue, Shared mem, Semaphore opn,