<?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: Web Farm Framework 2.0 overview</title>
	<atom:link href="http://ruslany.net/2010/07/web-farm-framework-2-0-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Sat, 12 May 2012 03:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ners</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-12000</link>
		<dc:creator>Ners</dc:creator>
		<pubDate>Thu, 03 May 2012 20:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-12000</guid>
		<description>Nice post, thanks for the details. It seems like no one has answered paracetamol&#039;s second question about making controller server high-availability. Seems like the controller server is the weakest link in this chain - if a primary server goes down, you can have many other picking up the slack, but if controller goes down - nothing will work.

Can you create a new controller server and have it control an existing web farm with all existing configuration details, if the main controller goes down? Also, how can we make sure that controller works in a high-availability mode? Seems like there is no redundancy for controller server.</description>
		<content:encoded><![CDATA[<p>Nice post, thanks for the details. It seems like no one has answered paracetamol&#8217;s second question about making controller server high-availability. Seems like the controller server is the weakest link in this chain &#8211; if a primary server goes down, you can have many other picking up the slack, but if controller goes down &#8211; nothing will work.</p>
<p>Can you create a new controller server and have it control an existing web farm with all existing configuration details, if the main controller goes down? Also, how can we make sure that controller works in a high-availability mode? Seems like there is no redundancy for controller server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Shand</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-11978</link>
		<dc:creator>Josh Shand</dc:creator>
		<pubDate>Fri, 30 Mar 2012 01:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-11978</guid>
		<description>Hey,

As I am yet to find the answer on Google, my question to you is what route does the provisioning take whilst a) provisioning the platform b) provisioning an application.
I am trying to draw a detailed design for our implementation but I can&#039;t figure out if the content from the primary is replicated THROUGH the controller to each secondary or if it goes from the primary directly to each of the secondary boxes and is just initiated by the controller.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>As I am yet to find the answer on Google, my question to you is what route does the provisioning take whilst a) provisioning the platform b) provisioning an application.<br />
I am trying to draw a detailed design for our implementation but I can&#8217;t figure out if the content from the primary is replicated THROUGH the controller to each secondary or if it goes from the primary directly to each of the secondary boxes and is just initiated by the controller.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-11933</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Mon, 05 Mar 2012 14:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-11933</guid>
		<description>i am new to this and just setup the controller,primary and secondary servers what server do I add the website and ip is it the controller or primary, does all websites and ips go on controller and then replicate to primary,secondary servers</description>
		<content:encoded><![CDATA[<p>i am new to this and just setup the controller,primary and secondary servers what server do I add the website and ip is it the controller or primary, does all websites and ips go on controller and then replicate to primary,secondary servers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-10886</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 21 Apr 2011 13:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-10886</guid>
		<description>I have a question.
I am about to create a web service where approximately 100 000 units will connect to. And by units I mean we&#039;re still building these units.

These units will connect to my service via a GPRS (TCP/IP) connection, and I will read data from the port on the socket from these units.

So ... how does the web farm (or ARR) route these connections. Is it on a per TCP/IP client connection ... ?</description>
		<content:encoded><![CDATA[<p>I have a question.<br />
I am about to create a web service where approximately 100 000 units will connect to. And by units I mean we&#8217;re still building these units.</p>
<p>These units will connect to my service via a GPRS (TCP/IP) connection, and I will read data from the port on the socket from these units.</p>
<p>So &#8230; how does the web farm (or ARR) route these connections. Is it on a per TCP/IP client connection &#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-10687</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 21 Feb 2011 16:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-10687</guid>
		<description>Which roles can you install on the same server to have a highly available solution? We have 2 data centres of which one is used as a DR site all on the same subnet. Please can you provide me some advice</description>
		<content:encoded><![CDATA[<p>Which roles can you install on the same server to have a highly available solution? We have 2 data centres of which one is used as a DR site all on the same subnet. Please can you provide me some advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-2894</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Thu, 09 Dec 2010 07:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-2894</guid>
		<description>Hi Dan,

Web Farm Framework 2.0 is the tool for provisioning and management of the web servers in a web farm. It can be used to install all kinds of software on the web servers in the web farm, for example, it can install IIS and all its modules. WebDeploy is primary used to deploy and synchronize web applications and web content on web servers.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Web Farm Framework 2.0 is the tool for provisioning and management of the web servers in a web farm. It can be used to install all kinds of software on the web servers in the web farm, for example, it can install IIS and all its modules. WebDeploy is primary used to deploy and synchronize web applications and web content on web servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-2876</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-2876</guid>
		<description>Hi Ruslany,

What&#039;s the difference between Web Deploy and Web Farm Framework 2.0 beta and when would someone use one over the other.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Ruslany,</p>
<p>What&#8217;s the difference between Web Deploy and Web Farm Framework 2.0 beta and when would someone use one over the other.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-2594</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 06 Oct 2010 06:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-2594</guid>
		<description>Hi Mohsen,

I would suggest that you use &lt;a href=&quot;http://www.microsoft.com/web/downloads/default.aspx&quot; rel=&quot;nofollow&quot;&gt;Web Platform Installer&lt;/a&gt; to setup your primary server. It will install all the required components for running .net framework based web sites.</description>
		<content:encoded><![CDATA[<p>Hi Mohsen,</p>
<p>I would suggest that you use <a href="http://www.microsoft.com/web/downloads/default.aspx" rel="nofollow">Web Platform Installer</a> to setup your primary server. It will install all the required components for running .net framework based web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsen Almassud</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-2580</link>
		<dc:creator>Mohsen Almassud</dc:creator>
		<pubDate>Mon, 04 Oct 2010 18:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-2580</guid>
		<description>I am trying to get this setup to work but so far no luck. I think the part that I am missing is in setting up the primary server, because I don&#039;t know what components to install just for normaly web sites with .net framwork.

can you please provide me a list of common components that I need to install to get this setup work?

Thanks</description>
		<content:encoded><![CDATA[<p>I am trying to get this setup to work but so far no luck. I think the part that I am missing is in setting up the primary server, because I don&#8217;t know what components to install just for normaly web sites with .net framwork.</p>
<p>can you please provide me a list of common components that I need to install to get this setup work?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurpreet</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-2308</link>
		<dc:creator>Gurpreet</dc:creator>
		<pubDate>Mon, 16 Aug 2010 18:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-2308</guid>
		<description>It cannot sync custom tools. It can only sync products which are supported in Web PI. You can only sync content from primary server. So if user uploads image on to the secondary server, we cannot sync that to all the servers. 

Did you think about sharing content between all the servers?</description>
		<content:encoded><![CDATA[<p>It cannot sync custom tools. It can only sync products which are supported in Web PI. You can only sync content from primary server. So if user uploads image on to the secondary server, we cannot sync that to all the servers. </p>
<p>Did you think about sharing content between all the servers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

