<div>I've set up Perlbal to do the re-proxying for my MogileFS (store images). I'd like to set up some sort of caching though, so that the tracker doesn't have to hit the database with every request.</div>
<div> </div>
<div>Can my existing install of Perlbal help with this? Perhaps through Memcached lookups so that image requests go from:</div>
<div> </div>
<div>user <-> perlbal <-> app <-> tracker <-> db <-> tracker <-> app <-> perlbal <-> image server <-> perlbal <-> user</div>
<div> </div>
<div>To:</div>
<div> </div>
<div>user <-> perbal <-> memcache (or whatever) <-> image server <-> perlbal <-> user</div>
<div> </div>
<div> </div>
<div> </div>