You might consider using perlbal or varnish and any of the plugins that use memcached, like these:
http://search.cpan.org/dist/Perlbal/lib/Perlbal/Plugin/Throttle.pm https://www.varnish-cache.org/vmod/memcached The nice part about this is you can use off the shelf http load testing tools to validate your changes instead of writing gonzo selenium scripts for various applications. On Tuesday, September 25, 2012, Yiftach Shoolman wrote: > You can also try Magento <http://www.magentocommerce.com/>, a very > popular e-commerce app (php based) that uses Memcached for both objects > caching and session storage. > > On Tue, Sep 25, 2012 at 6:34 PM, Martin Hellmich > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > > wrote: > >> What do you think about DPM, a grid storage manager for the Worldwide LHC >> Computing Grid developed at CERN? We have written a memcache plugin to >> cache our MySql nameserver database. It's currently being released on EPEL. >> >> The documentation is here: >> https://svnweb.cern.ch/trac/**lcgdm/wiki/Dpm/Dev/Dmlite<https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Dev/Dmlite> >> >> Unfortunately it's not in java, but C++. >> >> Cheers >> Martin >> >> >> On 09/25/2012 03:35 AM, abinesh td wrote: >> >>> Hi everybody, >>> >>> I am a Grad student at USC, Los Angeles and will be implementing >>> elasticity on one of the popular client libraries of memcached for a >>> class project. I realise that most libraries do this already, but this >>> is just a class project and we might choose to rewrite the elasticity >>> capabilities ourselves, as a learning exercise. >>> >>> To complete the project, we will need to use our version of the client >>> library within an application and measure different performance metrics. >>> We am beginning to look for such open source applications on the web so >>> that we can deploy it in our labs and experiment with elasticity, but if >>> you guys have any thoughts,suggestions or recommendations on an open >>> source application that we choose to experiment with, please let me know. >>> >>> Thanks >>> Abinesh >>> >> >> -- >> Martin Hellmich Information Technology Department >> [email protected] <javascript:_e({}, 'cvml', '[email protected]');> >> CERN >> +41 22 76 765 26 CH-1211 Geneva 23 >> > > > > -- > > Yiftach Shoolman > +972-54-7634621 > > -- Paul Lindner -- [email protected] -- profiles.google.com/pmlindner
