Hi Johannes,<br>
<br>
For your cache to be useful, you need to optimize the cache hit ratio.<br>
<br>
You have to see what the read/write ratio per object will be. The time
indication you gave isn't very useful because the only thing that
matters is the actual number of hits that cached object get before they
expire. If the number of hits is high, then caching makes a lot of
sense.<br>
<br>
Regards,<br>
<br>
Serhat<br><br><div><span class="gmail_quote">On 9/15/06, <b class="gmail_sendername">Johannes Fosseus</b> &lt;<a href="mailto:johannes.fosseus@gmail.com">johannes.fosseus@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi again<br><br>I was thinking in how and when to use the memcache.<br><br>If I have an object that I regenerate every 15 seconds, is that object<br>worth caching or do the process of caching take more power that I will<br>
benefit from the cache object?<br><br>Of course impossible to awnser but is any 'best practice' approach to this?<br><br>The basic question is – when to use the memcache and when not to.<br><br>best regards / johannes<br>
<br><br><br>--------------------------<br>Johannes Fosseus webbmail<br><a href="http://www.poeter.se">www.poeter.se</a><br></blockquote></div><br>