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 <ror@abluz.dyndns.org>:

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