On Mar 11, 7:12 pm, Dustin <[email protected]> wrote: > Going over the network means you effectively get more memory than > you can have in a single box and having it persistent across > restarts. If you're not going to get one of these benefits, then it > seems like you'd really be best off extracting the data structures > from memcached and using them as an in-process cache.
I agree. I may not need the massive memory, so avoiding the network hit until I did sounded like a good idea. I am shooting for low future maintenance for the next poor sap though, and the unix socket sounded like a fast way to accomplish that. Are there any plans for an embedded interface, so folks in my position could just link to a library and make progress? thanks, nate
