<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">The slowdown is almost certainly in your client library. The server, on<br>our systems, takes about 1.5 milliseconds to start up, and a fraction of
<br>a millisecond to answer the first request. But your client might be<br>doing a lot of work the first time it executes. You didn&#39;t say what your<br>client language and environment is, so it&#39;s kind of hard to even take a
<br>useful guess.</blockquote></div>
<div>&nbsp;</div>
<div>The app is running on PHP and is using the PHP memcache library:</div>
<div><a href="http://cn2.php.net/manual/en/ref.memcache.php">http://cn2.php.net/manual/en/ref.memcache.php</a></div>
<div>&nbsp;</div>
<div>I record the time it takes to render a page, and every page ends up taking 1 second or so.&nbsp; Most of that 1 second is due to the very first memcache get request.&nbsp; It happens at every page that uses memcache.&nbsp; The only time this problem goes away is when I run a load testing tool and start having multiple users hit the system constantly.
</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/27/07, <b class="gmail_sendername">Steven Grimm</b> &lt;<a href="mailto:sgrimm@facebook.com">sgrimm@facebook.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">K J wrote:<br>&gt; So it&#39;s normal to have Memcache&#39;s response time be 1 second, if the<br>&gt; system is relatively idle?&nbsp;&nbsp;This happens when I&#39;m basically the only
<br>&gt; user on the system, logging in, checking pages, etc.<br><br>The slowdown is almost certainly in your client library. The server, on<br>our systems, takes about 1.5 milliseconds to start up, and a fraction of<br>a millisecond to answer the first request. But your client might be
<br>doing a lot of work the first time it executes. You didn&#39;t say what your<br>client language and environment is, so it&#39;s kind of hard to even take a<br>useful guess.<br><br>-Steve<br><br></blockquote></div><br>