Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
using memcached as a StateDB   Message List  
Reply | Forward Message #2253 of 2277 |
Re: using memcached as a StateDB.. getting there

(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-unsubscribe@...
For additional commands, e-mail: asp-help@...




Thu Mar 26, 2009 12:33 pm

tchatzi@...
Send Email Send Email

Forward
Message #2253 of 2277 |
Expand Messages Author Sort by Date

I'm toying with idea presently, but it would make for a great step up from MLDBM and company. And although Apache::ASP::State makes quite a few assumptions...
Thanos Chatziathanass...
tchatzi@...
Send Email
Feb 20, 2009
2:09 pm

(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 -...
Thanos Chatziathanass...
tchatzi@...
Send Email
Mar 26, 2009
12:35 pm

I, for one, am interested, though I haven't been able to do much or get involved. "Namespace" - I suggest making this an option that is user tunable, but pick ...
Gregory S. Youngblood
greg@...
Send Email
Mar 27, 2009
4:53 pm

... It would vaguely resemble ``StateDir''. Each separate StateDir signifies a unique application. Thus far, using StateDir in shmfs/tmpfs I'd use ...
Thanos Chatziathanass...
tchatzi@...
Send Email
Mar 27, 2009
6:33 pm

I had my svn repository disk die on me recently, but still have my working copy around and got some free time to hack it. It turned into a real Apache::Session...
Thanos Chatziathanass...
tchatzi@...
Send Email
Dec 17, 2009
7:11 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help