windows - Is it possible to Create a Named Pipe on a remote machine (by IP address)? -


Is it possible to create a named pipe on the remote machine (by IP address)?

AFAIK pipes are not referenced from the IP address in windows.

You can make a designated pipe for inter-process communication, or make a Winsock TCP socket - which is less popular on Windows.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -