
<?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 for Sameer Parwani</title>
	<atom:link href="http://sameerparwani.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sameerparwani.com</link>
	<description>Ramblings from a Web Developer</description>
	<lastBuildDate>Thu, 16 Jun 2011 11:35:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Tokyo Tyrant with PHP by anonymous</title>
		<link>http://sameerparwani.com/posts/tokyo-tyrant-with-php#comment-582</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 16 Jun 2011 11:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=231#comment-582</guid>
		<description>Thanks for the series of informative posts on Tokyo Tyrant !</description>
		<content:encoded><![CDATA[<p>Thanks for the series of informative posts on Tokyo Tyrant !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Scribe Server Documentation And Tutorials by Mayur</title>
		<link>http://sameerparwani.com/posts/facebook-scribe-server-documentation-and-tutorials#comment-576</link>
		<dc:creator>Mayur</dc:creator>
		<pubDate>Sun, 22 May 2011 06:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=166#comment-576</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Portfolio by Esteban</title>
		<link>http://sameerparwani.com/portfolio#comment-575</link>
		<dc:creator>Esteban</dc:creator>
		<pubDate>Wed, 20 Apr 2011 20:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?page_id=98#comment-575</guid>
		<description>Please let me know if you are doing contract work at this time.
Regards,
Esteban</description>
		<content:encoded><![CDATA[<p>Please let me know if you are doing contract work at this time.<br />
Regards,<br />
Esteban</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive FTP Make Directory (mkdir) by John Larson</title>
		<link>http://sameerparwani.com/posts/recursive-ftp-make-directory-mkdir#comment-572</link>
		<dc:creator>John Larson</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=227#comment-572</guid>
		<description>Sameer, that&#039;s perfect!  Thanks for taking the time to write and post such an elegant solution.  To me it is much appreciated.</description>
		<content:encoded><![CDATA[<p>Sameer, that&#8217;s perfect!  Thanks for taking the time to write and post such an elegant solution.  To me it is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx As a Front End to Apache by huy</title>
		<link>http://sameerparwani.com/posts/nginx-as-a-front-end-to-apache#comment-570</link>
		<dc:creator>huy</dc:creator>
		<pubDate>Mon, 07 Mar 2011 12:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=58#comment-570</guid>
		<description>Dear Sameer,
Nice article!

Doing it this way means the html produced by Apache would have to pass back to nginx before delivering to the client. Wouldn&#039;t that reduce the out-throughput of nginx?

Huy</description>
		<content:encoded><![CDATA[<p>Dear Sameer,<br />
Nice article!</p>
<p>Doing it this way means the html produced by Apache would have to pass back to nginx before delivering to the client. Wouldn&#8217;t that reduce the out-throughput of nginx?</p>
<p>Huy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load Balancing with Nginx by t0m_a</title>
		<link>http://sameerparwani.com/posts/load-balancing-with-nginx#comment-569</link>
		<dc:creator>t0m_a</dc:creator>
		<pubDate>Sat, 05 Mar 2011 14:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=63#comment-569</guid>
		<description>Hi Sameer,
Thanks for that article, nicely written!
I have a question related to network configuration in a web servers cluster.

According to the configuration exposed in this article:

I have a front end nginx server on one host to balance load between two back end server on two different host.
All of them on a private network behind an adsl box router which permits only to forward port 80 requests to one IP address (the front end server) with a NAT rule.

So I&#039;d like to know in this configuration is the front end nginx receiving answers from the back end servers and then serving them to the client or is it one of the back end used who tries to answer directly to the client?

It may have something to do with HTTP sessions but I don&#039;t know much about that topic for the moment.

I hope I&#039;m clear enough in my explanation and in my english

Cheers!
Tom</description>
		<content:encoded><![CDATA[<p>Hi Sameer,<br />
Thanks for that article, nicely written!<br />
I have a question related to network configuration in a web servers cluster.</p>
<p>According to the configuration exposed in this article:</p>
<p>I have a front end nginx server on one host to balance load between two back end server on two different host.<br />
All of them on a private network behind an adsl box router which permits only to forward port 80 requests to one IP address (the front end server) with a NAT rule.</p>
<p>So I&#8217;d like to know in this configuration is the front end nginx receiving answers from the back end servers and then serving them to the client or is it one of the back end used who tries to answer directly to the client?</p>
<p>It may have something to do with HTTP sessions but I don&#8217;t know much about that topic for the moment.</p>
<p>I hope I&#8217;m clear enough in my explanation and in my english</p>
<p>Cheers!<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unauthenticated User Errors in MySQL by Pedro</title>
		<link>http://sameerparwani.com/posts/unauthenticated-user-errors-in-mysql#comment-566</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Mon, 10 Jan 2011 16:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=96#comment-566</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load Balancing with Nginx by sri</title>
		<link>http://sameerparwani.com/posts/load-balancing-with-nginx#comment-564</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Sat, 20 Nov 2010 18:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=63#comment-564</guid>
		<description>thanks sameer,

i am searched many sites. but i get here..

thanks 

keep it up

sri</description>
		<content:encoded><![CDATA[<p>thanks sameer,</p>
<p>i am searched many sites. but i get here..</p>
<p>thanks </p>
<p>keep it up</p>
<p>sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncing Files Between Web Servers by ersin</title>
		<link>http://sameerparwani.com/posts/syncing-files-between-web-servers#comment-562</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Wed, 03 Nov 2010 12:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=68#comment-562</guid>
		<description>hi good article... im newbie at load balancing. do you know any idea load balancing for database operations ?</description>
		<content:encoded><![CDATA[<p>hi good article&#8230; im newbie at load balancing. do you know any idea load balancing for database operations ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RateDesi Hungama Beta by Indian fashion designer</title>
		<link>http://sameerparwani.com/posts/ratedesi-hungama-beta#comment-557</link>
		<dc:creator>Indian fashion designer</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://sameerparwani.com/?p=91#comment-557</guid>
		<description>I am a fan of Indian blogs and I tell you your blog is one of the best. I’m looking forward to your next post. Your blog is very informative especially on Bollywood</description>
		<content:encoded><![CDATA[<p>I am a fan of Indian blogs and I tell you your blog is one of the best. I’m looking forward to your next post. Your blog is very informative especially on Bollywood</p>
]]></content:encoded>
	</item>
</channel>
</rss>

