Memcached using Unix Domain Sockets?

Anyone tried using memcached w/ Unix sockets? Is it faster (for a one
host
site) than using the network interface?

TIA,
Jeffrey

Quoting Jeffrey L. Taylor [email protected]:

Anyone tried using memcached w/ Unix sockets? Is it faster (for a one host
site) than using the network interface?

Digging into the code makes it clear that memcache-client does not
support
Unix domain sockets. :frowning:

Jeffrey