| Author |
named pipes
|
Anandh Ramesh
Ranch Hand
Joined: Dec 15, 2004
Posts: 61
|
|
Hi, I would like to know how to implement named pipes in java. Any help is appreciated. Thanks.
|
cheers,<br />Anandh
|
 |
Joan Horta Tosas
Ranch Hand
Joined: Feb 01, 2007
Posts: 59
|
|
|
Use normal file operations using the name of the pipe as the file (open, close, read...).
|
 |
Anandh Ramesh
Ranch Hand
Joined: Dec 15, 2004
Posts: 61
|
|
Hi, I do not understand... I am completely ignorant about named pipes, and would like info from how to declare them to how to use them in in inter-process communication. Sorry for the inconvenience. Thanks
|
 |
 |
|
|
subject: named pipes
|
|
|