Interprocess communication using Named Pipes in C # is simple, but I donβt know exactly how to do this in php, or if it is possible. so I have the following questions:
- Are named pipes possible in php?
- Is it possible to have a C # client named pipe, connect to a php name server named pipe?
- how would i encode this? :)
the answer to any of the above questions will be , therefore useful .. thanks :)
change . This is a standalone php program, not a web application.
edit2: The named pipe server can be on the C # side or on the PHP side, it does not matter. I made C # examples for both. But I don't know where to start for php
source
share