(ignoring the fact that no-one seems interested)

I came accross Cache::Memcached::Tie which pretty much does most of the work, however I'm having some issues - actually design decisions: - I suppose StateDir should equal ``namespace'' in memcached parlance. Do we want to make this transparent to the end user or add a configuration option ? - memcached has no concept of Lock(), UnLock() and some stuff I haven't figured out yet. Add no-ops for these to Cache::Memcached::Tie or is there some more elegant way to bypass them inside Apache::ASP ? - It seems there's no obvious way to enumerate keys in memcached (FIRSTKEY NEXTKEY). Perhaps keep a separate index of keys inside memcached and add methods that use those (?) - memcached needs a few extra configuration options. Most important is obviously ``servers'', but also ``compress_threshold'' and ``debug''


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscr...@perl.apache.org
For additional commands, e-mail: asp-h...@perl.apache.org

Reply via email to