[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: IPC Question



On Fri, Mar 09, 2001 at 06:03:21PM +0530, Shridhar Daithankar wrote:
>  I need to have an one to one IPC channel between threads of two different
> process on per thread basis. There are going to be huge number of threads
> and I want the IPC channels to be volatile i.e. created on demand types....
> 
>  Any suggestions? Particularly how can I make pipes/socket  created with one
> process visible to an unrelated process....

You could use fifo's (named pipes), or far better, message queues.

-Gaurav 

-- 
Ultimate file compression:   'rm -rf /'    (100% compression)