Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 222 Bytes

File metadata and controls

6 lines (5 loc) · 222 Bytes

SyncCommUsingFIFO

Using Named Pipes in Java for Synchronus communication between two processes Here I am using Named Pipe(FIFO) for communicating between two processes. Named Pipes are implemented using clipc library.