Unix socket support in apr_memcache_*?

2009-07-16 Thread Michael Spiegle
It doesn't look like the apr_memcache_* API has support for local unix sockets (instead of TCP). I wanted to look into hacking this together myself, but I'm having a hard time finding any information on using unix sockets in APR. Does APR support unix sockets? -- Michael Spiegle

Re: Unix socket support in apr_memcache_*?

2009-07-16 Thread Ryan Phillips
Michael Spiegle m...@nauticaltech.com said: It doesn't look like the apr_memcache_* API has support for local unix sockets (instead of TCP). I wanted to look into hacking this together myself, but I'm having a hard time finding any information on using unix sockets in APR. Does APR support

Re: Unix socket support in apr_memcache_*?

2009-07-16 Thread Mladen Turk
On 17/07/09 05:49, Ryan Phillips wrote: Michael Spieglem...@nauticaltech.com said: It doesn't look like the apr_memcache_* API has support for local unix sockets (instead of TCP). I wanted to look into hacking this together myself, but I'm having a hard time finding any information on using