Named pipe connections on Windows are not supported. (Unlike e.g Unix domain socket connections, which are supported).
When implemented well (not like in C/NET, but e.g like in MariaDB's JDBC ), local named pipe connections can be a lot faster than TCP.
Named pipe connections on Windows are not supported. (Unlike e.g Unix domain socket connections, which are supported).
When implemented well (not like in C/NET, but e.g like in MariaDB's JDBC ), local named pipe connections can be a lot faster than TCP.