Hi all 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.... Shridhar