<?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"
	>
<channel>
	<title>Comments on: Six Classic Ways To Group Your Web Servers</title>
	<atom:link href="http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/</link>
	<description>Stuart Herbert's PHP Blog - Architecture, Code, and Hosting</description>
	<pubDate>Thu, 21 Aug 2008 20:36:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jonathan Street</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-8841</link>
		<dc:creator>Jonathan Street</dc:creator>
		<pubDate>Fri, 23 Nov 2007 17:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-8841</guid>
		<description>I didn't get chance to read this when it first came out and then I had some trouble connecting to your server so I'm glad you published a second entry in this series as it prompted me to return. 

It looks like a nice start.  I was a bit confused by one bit though;

"but to make it work you’ve got to start thinking about how to share data between the publisher and admin components - the data that your website publishes, and your sessions too."

I don't understand why you would need to share sessions.  You wouldn't need to share sessions for the users becuase they should never interact directly with the database/admin server.  You could share admin sessions between both servers but you wouldn't really *need* to do so.

Am I missing something?</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get chance to read this when it first came out and then I had some trouble connecting to your server so I&#8217;m glad you published a second entry in this series as it prompted me to return. </p>
<p>It looks like a nice start.  I was a bit confused by one bit though;</p>
<p>&#8220;but to make it work you’ve got to start thinking about how to share data between the publisher and admin components - the data that your website publishes, and your sessions too.&#8221;</p>
<p>I don&#8217;t understand why you would need to share sessions.  You wouldn&#8217;t need to share sessions for the users becuase they should never interact directly with the database/admin server.  You could share admin sessions between both servers but you wouldn&#8217;t really *need* to do so.</p>
<p>Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Challenge With Securing Shared Hosting &#124; Stu On PHP</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-8709</link>
		<dc:creator>The Challenge With Securing Shared Hosting &#124; Stu On PHP</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-8709</guid>
		<description>[...] thanks to everyone for their feedback on my first post in this [...]</description>
		<content:encoded><![CDATA[<p>[...] thanks to everyone for their feedback on my first post in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Null is Love &#187; Blog Archive &#187; Six Scaling Server Set-Ups</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6549</link>
		<dc:creator>Null is Love &#187; Blog Archive &#187; Six Scaling Server Set-Ups</dc:creator>
		<pubDate>Tue, 16 Oct 2007 21:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6549</guid>
		<description>[...] Herbert has posted six ways to group and organise your web servers. He starts small with simple shared hosting and scales upward to web farms, clusters and n-Tier [...]</description>
		<content:encoded><![CDATA[<p>[...] Herbert has posted six ways to group and organise your web servers. He starts small with simple shared hosting and scales upward to web farms, clusters and n-Tier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6514</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Mon, 15 Oct 2007 20:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6514</guid>
		<description>Thanks everyone.

James, the performance implications are worth considering.  If the admin function causes a lot of disk i/o, for example, or is unusually memory-intensive, that can stop the database server software from running well.

Best regards,
Stu</description>
		<content:encoded><![CDATA[<p>Thanks everyone.</p>
<p>James, the performance implications are worth considering.  If the admin function causes a lot of disk i/o, for example, or is unusually memory-intensive, that can stop the database server software from running well.</p>
<p>Best regards,<br />
Stu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6512</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6512</guid>
		<description>Great article Stu.  One question - are the performance implications of running a web server (albeit mostly idle) on the DB box in a two-tier setup for the admin worth considering?</description>
		<content:encoded><![CDATA[<p>Great article Stu.  One question - are the performance implications of running a web server (albeit mostly idle) on the DB box in a two-tier setup for the admin worth considering?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex@Net</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6502</link>
		<dc:creator>Alex@Net</dc:creator>
		<pubDate>Mon, 15 Oct 2007 10:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6502</guid>
		<description>Great!

http://digg.com/programming/Six_Classic_Ways_To_Group_Your_Web_Servers

I'd like to have more info about performance and security tips in shared hosting environment and some general info on Web Farm and others.

Sincerely,
Alex</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p><a href="http://digg.com/programming/Six_Classic_Ways_To_Group_Your_Web_Servers" rel="nofollow">http://digg.com/programming/Six_Classic_Ways_To_Group_Your_Web_Servers</a></p>
<p>I&#8217;d like to have more info about performance and security tips in shared hosting environment and some general info on Web Farm and others.</p>
<p>Sincerely,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6501</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Mon, 15 Oct 2007 08:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/10/15/six-classic-ways-to-group-your-web-servers/#comment-6501</guid>
		<description>Test.</description>
		<content:encoded><![CDATA[<p>Test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
