<?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: Mechanical Analogies To Web Stuff, Part 1.</title>
	<atom:link href="http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/</link>
	<description>Thoughts on capacity planning and web operations.</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:28:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dovaBoogmaCom</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7751</link>
		<dc:creator>dovaBoogmaCom</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7751</guid>
		<description>Hey Wassup?
I&#039;ve been around here for a while now, and I finally found something worth writing about: I found a great deal on custom [url=http://www.milesgershon.com][b] Entertainment Centers [/b][/url]. These guys have 24/7 call-in service and they installed AND delivered my custom [url=http://www.milesgershon.com][b] Entertainment Centers [/b][/url]all for Free!!!  I just bought from them, and I&#039;ve never had a more seamless internet buy -they ACTUALLY called me to confirm the order and talk about delivery time… unreal!

Peace</description>
		<content:encoded><![CDATA[<p>Hey Wassup?<br />
I&#8217;ve been around here for a while now, and I finally found something worth writing about: I found a great deal on custom [url=http://www.milesgershon.com][b] Entertainment Centers [/b][/url]. These guys have 24/7 call-in service and they installed AND delivered my custom [url=http://www.milesgershon.com][b] Entertainment Centers [/b][/url]all for Free!!!  I just bought from them, and I&#8217;ve never had a more seamless internet buy -they ACTUALLY called me to confirm the order and talk about delivery time… unreal!</p>
<p>Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Straw</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7561</link>
		<dc:creator>Jay Straw</dc:creator>
		<pubDate>Wed, 27 May 2009 01:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7561</guid>
		<description>I was looking for the possibility a mechanical model I&#039;ve devised for some functions I&#039;m writing had a name already. I found this, and enjoyed it :-) I think, computers are advancements, simply because the knee from the stress-strain diagram has been moved past the operational parameters of the system.

I must have done a little of this in school too (for QA at least), but my electrical engineering background makes me wonder if you are familiar with BH diagrams? Very similiar, and--let&#039;s be frank here--very cool.

Not long winded at all, btw!</description>
		<content:encoded><![CDATA[<p>I was looking for the possibility a mechanical model I&#8217;ve devised for some functions I&#8217;m writing had a name already. I found this, and enjoyed it <img src='http://www.kitchensoap.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I think, computers are advancements, simply because the knee from the stress-strain diagram has been moved past the operational parameters of the system.</p>
<p>I must have done a little of this in school too (for QA at least), but my electrical engineering background makes me wonder if you are familiar with BH diagrams? Very similiar, and&#8211;let&#8217;s be frank here&#8211;very cool.</p>
<p>Not long winded at all, btw!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Fleischmann</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7510</link>
		<dc:creator>Rob Fleischmann</dc:creator>
		<pubDate>Thu, 07 May 2009 03:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7510</guid>
		<description>I&#039;m no engineer, but I totally agree with the analogy.  Perhaps (dumbed-down for my benefit), a web server *farm* could be compared - simply - with the weight bearing axles on any 18-wheeler.  I just implemented Network Load Balancing in my makeshift web server farm to accommodate my website traffic as well as the web services traffic for our Web 2.0 beta.

Whether the balancing model cascades, round-robins or drops new sessions to the least-used box, the (long-term) results are similar to adding axles on the trailer to allow additional weight.

New questions arise if this comparison is worth its weight (sorry):
What about weight shifts? (overbearing multi-threaded sessions sitting on one server?)
What if the trailer grows unmanageable? (session timeouts to keep farm load overhead down?)
How to manage flats? (seamless transfer of running sessions from one server to another?)
And if the tractor fails? (seamless fail over of NLB server to another?)

When I designed databases in a prior life, I used to LOVE to &quot;visualize&quot; the relational models and figure out the weakest links in a design by running the (imagined) simulation through to final reports... I can think of no better way to address computing issues than to draw direct comparisons to nature (i.e. physics, biology, anthropology).</description>
		<content:encoded><![CDATA[<p>I&#8217;m no engineer, but I totally agree with the analogy.  Perhaps (dumbed-down for my benefit), a web server *farm* could be compared &#8211; simply &#8211; with the weight bearing axles on any 18-wheeler.  I just implemented Network Load Balancing in my makeshift web server farm to accommodate my website traffic as well as the web services traffic for our Web 2.0 beta.</p>
<p>Whether the balancing model cascades, round-robins or drops new sessions to the least-used box, the (long-term) results are similar to adding axles on the trailer to allow additional weight.</p>
<p>New questions arise if this comparison is worth its weight (sorry):<br />
What about weight shifts? (overbearing multi-threaded sessions sitting on one server?)<br />
What if the trailer grows unmanageable? (session timeouts to keep farm load overhead down?)<br />
How to manage flats? (seamless transfer of running sessions from one server to another?)<br />
And if the tractor fails? (seamless fail over of NLB server to another?)</p>
<p>When I designed databases in a prior life, I used to LOVE to &#8220;visualize&#8221; the relational models and figure out the weakest links in a design by running the (imagined) simulation through to final reports&#8230; I can think of no better way to address computing issues than to draw direct comparisons to nature (i.e. physics, biology, anthropology).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mechanical Analogies To Web Stuff, Part 2.</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7506</link>
		<dc:creator>Mechanical Analogies To Web Stuff, Part 2.</dc:creator>
		<pubDate>Wed, 06 May 2009 12:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7506</guid>
		<description>[...] is a ramble continued from before, which means it&#8217;s mostly a blog post for me, but maybe others might find it [...]</description>
		<content:encoded><![CDATA[<p>[...] is a ramble continued from before, which means it&#8217;s mostly a blog post for me, but maybe others might find it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7388</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Jan 2009 08:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7388</guid>
		<description>Running engines is a very good analogy.  Especially, when considering the amount of engineering required when comparing a high-performance motorcycle engine to a lawn mower engine.  Internal IT web applications can be built like a lawn mower engine, while large internet sites require more serious engineering effort devoted to non-functional/infrastructure requirements because the tolerances for error are very slim.  High load will test the correctness of your currency and graceful degradation similarly to how high rpms will test the precision of your engine components.</description>
		<content:encoded><![CDATA[<p>Running engines is a very good analogy.  Especially, when considering the amount of engineering required when comparing a high-performance motorcycle engine to a lawn mower engine.  Internal IT web applications can be built like a lawn mower engine, while large internet sites require more serious engineering effort devoted to non-functional/infrastructure requirements because the tolerances for error are very slim.  High load will test the correctness of your currency and graceful degradation similarly to how high rpms will test the precision of your engine components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K-VD</title>
		<link>http://www.kitchensoap.com/2009/01/14/mechanical-analogies-to-web-stuff-part-1/comment-page-1/#comment-7382</link>
		<dc:creator>Jason K-VD</dc:creator>
		<pubDate>Thu, 15 Jan 2009 17:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=90#comment-7382</guid>
		<description>And I bet at the fundamental level, the same set of differential equations could be used to describe that functionality!  I had an E.E. prof that used to teach a class with M.E.&#039;s in it, because he proved that mechanical &amp; electrical systems behaved similarly enough at the diff.EQ level that conceptually the systems were identical (springs &amp; masses versus coils of wire &amp; voltage).</description>
		<content:encoded><![CDATA[<p>And I bet at the fundamental level, the same set of differential equations could be used to describe that functionality!  I had an E.E. prof that used to teach a class with M.E.&#8217;s in it, because he proved that mechanical &amp; electrical systems behaved similarly enough at the diff.EQ level that conceptually the systems were identical (springs &amp; masses versus coils of wire &amp; voltage).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.263 seconds -->
