UNIX domain sockets are a technology for interprocess communication on a single computer.
Is it possible to make a Unix socket connection to MySql with Java to avoid JDBC's TCP/IP overhead? Does …