<?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: Industry Ignorance</title>
	<atom:link href="http://blog.anthonychaves.net/2009/01/22/industry-ignorance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.anthonychaves.net/2009/01/22/industry-ignorance/</link>
	<description>Life is software and jujitsu</description>
	<lastBuildDate>Mon, 01 Feb 2010 17:22:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick Peralta</title>
		<link>http://blog.anthonychaves.net/2009/01/22/industry-ignorance/comment-page-1/#comment-9401</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Sat, 24 Jan 2009 02:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/?p=106#comment-9401</guid>
		<description>Hey Anthony,

Don&#039;t let the trolls at the JoS forums get you down.  Half of them are professional cynics who like to do nothing but bitch about the industry ;)

Hope to make it out to the meeting next week...

-Patrick</description>
		<content:encoded><![CDATA[<p>Hey Anthony,</p>
<p>Don&#8217;t let the trolls at the JoS forums get you down.  Half of them are professional cynics who like to do nothing but bitch about the industry <img src='http://blog.anthonychaves.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hope to make it out to the meeting next week&#8230;</p>
<p>-Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nati Shalom</title>
		<link>http://blog.anthonychaves.net/2009/01/22/industry-ignorance/comment-page-1/#comment-9400</link>
		<dc:creator>Nati Shalom</dc:creator>
		<pubDate>Fri, 23 Jan 2009 23:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/?p=106#comment-9400</guid>
		<description>I&#039;ll be watching your blog closely from now on:) BTW when is your next Boston meeting?
I&#039;ll be in the east coast in two weeks time (8th of Feb) - if it makes sense I&#039;ll be happy to present on one of the topics - Dynamic scaling on the web tier could be a good candidate if your interested.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be watching your blog closely from now on:) BTW when is your next Boston meeting?<br />
I&#8217;ll be in the east coast in two weeks time (8th of Feb) &#8211; if it makes sense I&#8217;ll be happy to present on one of the topics &#8211; Dynamic scaling on the web tier could be a good candidate if your interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Chaves</title>
		<link>http://blog.anthonychaves.net/2009/01/22/industry-ignorance/comment-page-1/#comment-9394</link>
		<dc:creator>Anthony Chaves</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/?p=106#comment-9394</guid>
		<description>Hi Nati,

Thanks for the response.  I wasn&#039;t aware of Max&#039;s blog, though I subscribe to some of the others he lists.  The presentations were helpful as well.  

What you describe about dynamic scalability is exactly the kind of topic we&#039;d be interested in hearing about at BostonSUG.  It takes a concept we&#039;re familiar with and takes it a few steps further.  Demos and walk-throughs would make a discussion on this topic outstanding.  

Thanks again, Nati!  Hope to see you commenting around here more in the future.  I&#039;ve got a lot of interesting topics to write about this year.

Anthony</description>
		<content:encoded><![CDATA[<p>Hi Nati,</p>
<p>Thanks for the response.  I wasn&#8217;t aware of Max&#8217;s blog, though I subscribe to some of the others he lists.  The presentations were helpful as well.  </p>
<p>What you describe about dynamic scalability is exactly the kind of topic we&#8217;d be interested in hearing about at BostonSUG.  It takes a concept we&#8217;re familiar with and takes it a few steps further.  Demos and walk-throughs would make a discussion on this topic outstanding.  </p>
<p>Thanks again, Nati!  Hope to see you commenting around here more in the future.  I&#8217;ve got a lot of interesting topics to write about this year.</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nati Shalom</title>
		<link>http://blog.anthonychaves.net/2009/01/22/industry-ignorance/comment-page-1/#comment-9393</link>
		<dc:creator>Nati Shalom</dc:creator>
		<pubDate>Fri, 23 Jan 2009 12:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/?p=106#comment-9393</guid>
		<description>Hi Anthony 
Looks like you established an interesting group on one of my favorite topics - Scalability. I&#039;d be happy to assist in which ever way possible.

I&#039;d recommend looking at the following list of resources that was published by Max Indelicato (my blog included at the top) &lt;a href=&quot;http://blog.maxindelicato.com/2009/01/17-distributed-systems-and-web-scalability-resources.html&quot; rel=&quot;nofollow&quot;&gt;17 Distributed Systems and Web Scalability Resources&lt;/a&gt;

WRT to the web scaling diagram that you laid out i&#039;d like to add that some of the challenges that we dealt with recently is how to make web applications dynamically scalable and self healing (without human intervention). Essentially what we did is add an agent in front of the load-balancer that listen for new web-containers. We wrapped the web-containers with SLA driven containers that monitors the load on each container. If a certain web container breached its SLA - a new container is brought up. The agent automatically add this server to the load-balancer which in return split the load to the additional server. Similar things happen when one of the servers stop responding. A new machine with new web-container is brought up automatically to replace the server. In the meanwhile the load-balancer is updated of this change.
You can see more on that &lt;a href=&quot;http://www.gigaspaces.com/wiki/display/XAP66/6.6+Documentation+Home&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;

You can see a live demo &lt;a href=&quot;http://www.gigaspaces.com/tempfiles/webcasts/cloudtoolsweb/GigaSpacesCloudTools3.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; 

HTH
Nati S
www.gigaspaces.com/cloud</description>
		<content:encoded><![CDATA[<p>Hi Anthony<br />
Looks like you established an interesting group on one of my favorite topics &#8211; Scalability. I&#8217;d be happy to assist in which ever way possible.</p>
<p>I&#8217;d recommend looking at the following list of resources that was published by Max Indelicato (my blog included at the top) <a href="http://blog.maxindelicato.com/2009/01/17-distributed-systems-and-web-scalability-resources.html" rel="nofollow">17 Distributed Systems and Web Scalability Resources</a></p>
<p>WRT to the web scaling diagram that you laid out i&#8217;d like to add that some of the challenges that we dealt with recently is how to make web applications dynamically scalable and self healing (without human intervention). Essentially what we did is add an agent in front of the load-balancer that listen for new web-containers. We wrapped the web-containers with SLA driven containers that monitors the load on each container. If a certain web container breached its SLA &#8211; a new container is brought up. The agent automatically add this server to the load-balancer which in return split the load to the additional server. Similar things happen when one of the servers stop responding. A new machine with new web-container is brought up automatically to replace the server. In the meanwhile the load-balancer is updated of this change.<br />
You can see more on that <a href="http://www.gigaspaces.com/wiki/display/XAP66/6.6+Documentation+Home" rel="nofollow">here</a></p>
<p>You can see a live demo <a href="http://www.gigaspaces.com/tempfiles/webcasts/cloudtoolsweb/GigaSpacesCloudTools3.html" rel="nofollow">here</a> </p>
<p>HTH<br />
Nati S<br />
<a href="http://www.gigaspaces.com/cloud" rel="nofollow">http://www.gigaspaces.com/cloud</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
