<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Nginx and Memcached, a 400% boost!</title>
	<atom:link href="http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Mon, 15 Mar 2010 19:36:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: First steps for the Tech &#171; secretlondon</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-230415</link>
		<dc:creator>First steps for the Tech &#171; secretlondon</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-230415</guid>
		<description>[...] usual &#8211; Apache &amp; wsgi for serving the app and nginx for serving static files &amp; cached pages. Where I&#8217;m really worried though is scalability and speed of getting this bad boy to market. [...]</description>
		<content:encoded><![CDATA[<p>[...] usual &#8211; Apache &amp; wsgi for serving the app and nginx for serving static files &amp; cached pages. Where I&#8217;m really worried though is scalability and speed of getting this bad boy to market. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-228936</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-228936</guid>
		<description>Michael, yep. To get at that data you might have to use the perl module, but from there you can instantiate your own variables and then reuse them in your memcached key.</description>
		<content:encoded><![CDATA[<p>Michael, yep. To get at that data you might have to use the perl module, but from there you can instantiate your own variables and then reuse them in your memcached key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Russo</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-228682</link>
		<dc:creator>Michael Russo</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-228682</guid>
		<description>Ilya, 

It should be possible to do something like the following, correct?

&lt;code&gt;
server {
  location / {
    set $memcached_key $uri$http_x_app_version;
    ...
&lt;/code&gt;

(Where we are caching based on both the URL of the request and the value of the HTTP header "X-App-Version", providing that the app server sets the value of this key on each response.)</description>
		<content:encoded><![CDATA[<p>Ilya, </p>
<p>It should be possible to do something like the following, correct?</p>
<p><code><br />
server {<br />
  location / {<br />
    set $memcached_key $uri$http_x_app_version;<br />
    ...<br />
</code></p>
<p>(Where we are caching based on both the URL of the request and the value of the HTTP header &#8220;X-App-Version&#8221;, providing that the app server sets the value of this key on each response.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 代理服务器</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-227059</link>
		<dc:creator>代理服务器</dc:creator>
		<pubDate>Sat, 26 Dec 2009 14:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-227059</guid>
		<description>&lt;a href="http://www.daili.cc" rel="nofollow"&gt;代理服务器&lt;/a&gt;   Hi ilya, i’m sorry i should have precise that i was speaking about passenger on nginx.</description>
		<content:encoded><![CDATA[<p><a href="http://www.daili.cc" rel="nofollow">代理服务器</a>   Hi ilya, i’m sorry i should have precise that i was speaking about passenger on nginx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在线代理</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-227058</link>
		<dc:creator>在线代理</dc:creator>
		<pubDate>Sat, 26 Dec 2009 14:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-227058</guid>
		<description>very good thanks  &lt;a href="http://proxy.daili.cc" rel="nofollow"&gt;在线代理&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>very good thanks  <a href="http://proxy.daili.cc" rel="nofollow">在线代理</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在线代理</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-224477</link>
		<dc:creator>在线代理</dc:creator>
		<pubDate>Fri, 27 Nov 2009 08:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-224477</guid>
		<description>say,hi
中国人,路过,谢谢您的文章</description>
		<content:encoded><![CDATA[<p>say,hi<br />
中国人,路过,谢谢您的文章</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSS Week #70: letture per il weekend - Matteo Moro</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-220688</link>
		<dc:creator>RSS Week #70: letture per il weekend - Matteo Moro</dc:creator>
		<pubDate>Sat, 17 Oct 2009 08:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-220688</guid>
		<description>[...] Nginx and Memcached, a 400% boost! [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx and Memcached, a 400% boost! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 聚资库</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-210090</link>
		<dc:creator>聚资库</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-210090</guid>
		<description>很好了,学习中,呵呵</description>
		<content:encoded><![CDATA[<p>很好了,学习中,呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxwell</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-209325</link>
		<dc:creator>Maxwell</dc:creator>
		<pubDate>Sun, 16 Aug 2009 22:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-209325</guid>
		<description>If i just want to speed a site up that is fairly slow and shouldnt be already running on nginx. What is the exact code I need to add and edit in nginx.conf? 

Sorry new to nginx</description>
		<content:encoded><![CDATA[<p>If i just want to speed a site up that is fairly slow and shouldnt be already running on nginx. What is the exact code I need to add and edit in nginx.conf? </p>
<p>Sorry new to nginx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/comment-page-2/#comment-207199</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/#comment-207199</guid>
		<description>Ah, in which case.. Yes you should be able to. The trick is that you make nginx check memcache for your key before the request is routed to your dynamic endpoint (which can be a remote server or a local execution environment).</description>
		<content:encoded><![CDATA[<p>Ah, in which case.. Yes you should be able to. The trick is that you make nginx check memcache for your key before the request is routed to your dynamic endpoint (which can be a remote server or a local execution environment).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
