You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Using Named Pipes in Java for Synchronus communication between two processes