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