<?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-Django Webfaction</title>
	<atom:link href="http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Nov 2010 12:27:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Creart</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-23</link>
		<dc:creator>Creart</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-23</guid>
		<description>Sorry to get back to you so late... your memory usage will go down big time. I had satchmo installed using apache + mod_wsgi and it will use about 90 mb with the front end and about 140mb adding the admin. Now is using about 30 -50mb all together :)

Also I&#039;m using SSL and for that purpose you need to create a separate app listening port in ngingx config file.</description>
		<content:encoded><![CDATA[<p>Sorry to get back to you so late&#8230; your memory usage will go down big time. I had satchmo installed using apache + mod_wsgi and it will use about 90 mb with the front end and about 140mb adding the admin. Now is using about 30 -50mb all together <img src='http://www.e-creart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also I&#8217;m using SSL and for that purpose you need to create a separate app listening port in ngingx config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Baker</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-22</link>
		<dc:creator>Andy Baker</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-22</guid>
		<description>OK. I assumed there would be more memory overhead that way like there would be with Apache/mod_wsgi. I&#039;m misunderstanding some part of all this!</description>
		<content:encoded><![CDATA[<p>OK. I assumed there would be more memory overhead that way like there would be with Apache/mod_wsgi. I&#8217;m misunderstanding some part of all this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creart</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-21</link>
		<dc:creator>Creart</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-21</guid>
		<description>I haven&#039;t tried that, I guess you could do it - However I would recommend to separate them (custom app listening on port), is going to be easier to track, upgrade and see how your apps are behaving. The amount of memory been used by each app is minimum with this setup.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried that, I guess you could do it &#8211; However I would recommend to separate them (custom app listening on port), is going to be easier to track, upgrade and see how your apps are behaving. The amount of memory been used by each app is minimum with this setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Baker</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-20</link>
		<dc:creator>Andy Baker</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-20</guid>
		<description>Great tutorial.

I need to set up multiple sites. Now when I&#039;ve done a similar thing under Apache/mod_wsgi I only have 1 webfaction app which all the sites live under. You seem to be suggesting that I need a separate &#039;custom app listening on port&#039; for each site. Is this correct? Can&#039;t they all share the same port and webfaction app as they will all be managed by the same nginx instance?</description>
		<content:encoded><![CDATA[<p>Great tutorial.</p>
<p>I need to set up multiple sites. Now when I&#8217;ve done a similar thing under Apache/mod_wsgi I only have 1 webfaction app which all the sites live under. You seem to be suggesting that I need a separate &#8216;custom app listening on port&#8217; for each site. Is this correct? Can&#8217;t they all share the same port and webfaction app as they will all be managed by the same nginx instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creart</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-19</link>
		<dc:creator>Creart</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-19</guid>
		<description>Thanks - I have about 4 sites running on the shared 2 plan, one of them is a satchmo store, so far I haven&#039;t got into any issues, the performance is great taking in consideration that those are low traffic sites, I&#039;m also using &lt;a href=&quot;http://docs.djangoproject.com/en/dev/topics/cache/#filesystem-caching&quot; rel=&quot;nofollow&quot;&gt;Django file cache&lt;/a&gt; to speed up page loading. I hope that answer your question :)</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I have about 4 sites running on the shared 2 plan, one of them is a satchmo store, so far I haven&#8217;t got into any issues, the performance is great taking in consideration that those are low traffic sites, I&#8217;m also using <a href="http://docs.djangoproject.com/en/dev/topics/cache/#filesystem-caching" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/docs.djangoproject.com/en/dev/topics/cache/_filesystem-caching?referer=');">Django file cache</a> to speed up page loading. I hope that answer your question <img src='http://www.e-creart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codekoala</title>
		<link>http://www.e-creart.com/2009/11/14/nginx-django-on-webfaction/comment-page-1/#comment-18</link>
		<dc:creator>codekoala</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-creart.com/?p=255#comment-18</guid>
		<description>Thanks for the great article!  I&#039;m curious about your setup.  You say your memory problems have been solved, but how is the performance of your site with the fastcgi stuff going on?</description>
		<content:encoded><![CDATA[<p>Thanks for the great article!  I&#8217;m curious about your setup.  You say your memory problems have been solved, but how is the performance of your site with the fastcgi stuff going on?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

