<?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: Cloud hosting with the Rackspace Cloud</title>
	<atom:link href="http://webdevnews.net/2009/02/cloud-hosting-with-mosso/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Wed, 16 May 2012 10:01:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: JS</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-29064</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-29064</guid>
		<description>Rackspace just called to say I had to move and be out by Mar 15th because there are too many requests. They could not say which website was too much. We are within the limits of the agreement. Strange. I am not given any metrics to know what to adjust, or offload, or anything other than move. They said that about 60 sites are too busy for them. Sure surprised me. The cost of moving is not trivial considering working with FTP.
I have a very large investment in time and effort moving sites to Rackspace.</description>
		<content:encoded><![CDATA[<p>Rackspace just called to say I had to move and be out by Mar 15th because there are too many requests. They could not say which website was too much. We are within the limits of the agreement. Strange. I am not given any metrics to know what to adjust, or offload, or anything other than move. They said that about 60 sites are too busy for them. Sure surprised me. The cost of moving is not trivial considering working with FTP.<br />
I have a very large investment in time and effort moving sites to Rackspace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Carter</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-28169</link>
		<dc:creator>Jim Carter</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-28169</guid>
		<description>TRC simply has a 30second cap on HTTP requests through the load balancer.  Where it&#039;s annoying it&#039;s not a brick wall.  All you need to do is run your larger scripts via ajax in the session and kick off a heartbeat (do a quick ping with a script that runs every 10-20 seconds) to fulfill the LB&#039;s data request.  A Rack support rep told me you could have a script take up to two hours or more as long as the balancer gets some kind of data.  It&#039;s not perfect but it&#039;s also there to protect the platform.</description>
		<content:encoded><![CDATA[<p>TRC simply has a 30second cap on HTTP requests through the load balancer.  Where it&#8217;s annoying it&#8217;s not a brick wall.  All you need to do is run your larger scripts via ajax in the session and kick off a heartbeat (do a quick ping with a script that runs every 10-20 seconds) to fulfill the LB&#8217;s data request.  A Rack support rep told me you could have a script take up to two hours or more as long as the balancer gets some kind of data.  It&#8217;s not perfect but it&#8217;s also there to protect the platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Think twice before moving your hosting to cloud servers?</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-23505</link>
		<dc:creator>Think twice before moving your hosting to cloud servers?</dc:creator>
		<pubDate>Sat, 23 Jan 2010 07:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-23505</guid>
		<description>[...] after googling around for &#8220;cloud server reliability&#8221; and having read the what WebDevNews have posted about their experience with RackSpaceCloud, I&#8217;ll need to think twice and do more [...]</description>
		<content:encoded><![CDATA[<p>[...] after googling around for &#8220;cloud server reliability&#8221; and having read the what WebDevNews have posted about their experience with RackSpaceCloud, I&#8217;ll need to think twice and do more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MediaTemple v RackSpace &#171; Spudaroo.com: Blog</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-13316</link>
		<dc:creator>MediaTemple v RackSpace &#171; Spudaroo.com: Blog</dc:creator>
		<pubDate>Thu, 03 Dec 2009 22:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-13316</guid>
		<description>[...] at MT, that an explanation wasn&#8217;t really going to help me or the hundreds of others including WebDevNews &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] at MT, that an explanation wasn&#8217;t really going to help me or the hundreds of others including WebDevNews &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-12561</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-12561</guid>
		<description>I use rackspacecloud.com for hosting as well. To get around the ssh problem with wget I use the php exec() command. Its a big help when transferring big files between servers.

exec(&#039;wget http://mydomain.com/myfile.mov&#039;);</description>
		<content:encoded><![CDATA[<p>I use rackspacecloud.com for hosting as well. To get around the ssh problem with wget I use the php exec() command. Its a big help when transferring big files between servers.</p>
<p>exec(&#8216;wget <a href="http://mydomain.com/myfile.mov" rel="nofollow">http://mydomain.com/myfile.mov</a>&#8216;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-7543</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-7543</guid>
		<description>I see what link you&#039;re talking about now.  I thought you meant there was one in the article.  You meant the Layered Technologies one in my comment.  I copied/pasted from the footer of this site (my site) when I did it, and if you think it undermines my credibility then I&#039;m sorry, but nothing will be changing anytime soon.

I personally would like to move this site over to 100% affiliate style income, and get rid of the ads in the sidebar and the Google Ads in the posts.</description>
		<content:encoded><![CDATA[<p>I see what link you&#8217;re talking about now.  I thought you meant there was one in the article.  You meant the Layered Technologies one in my comment.  I copied/pasted from the footer of this site (my site) when I did it, and if you think it undermines my credibility then I&#8217;m sorry, but nothing will be changing anytime soon.</p>
<p>I personally would like to move this site over to 100% affiliate style income, and get rid of the ads in the sidebar and the Google Ads in the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: revive</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-7541</link>
		<dc:creator>revive</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-7541</guid>
		<description>Ahh.. yes, that would be an affiliate link my friend, whether you&#039;re &#039;with them&#039; or not.. a direct link works just as well, if not better, and doesn&#039;t undermine a posters credibility.
(when if goes to a shareasale.com, one of the largest affiliate networks around, that&#039;s what you call them)</description>
		<content:encoded><![CDATA[<p>Ahh.. yes, that would be an affiliate link my friend, whether you&#8217;re &#8216;with them&#8217; or not.. a direct link works just as well, if not better, and doesn&#8217;t undermine a posters credibility.<br />
(when if goes to a shareasale.com, one of the largest affiliate networks around, that&#8217;s what you call them)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-7540</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-7540</guid>
		<description>Yeah, I had roughly the same experience (give or take)</description>
		<content:encoded><![CDATA[<p>Yeah, I had roughly the same experience (give or take)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-7539</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-7539</guid>
		<description>First of all, there are no affiliate links in there.  If you want to enter the code to get a discount, feel free.  I no longer get anything out of it because I&#039;m no longer with them.

Second, it&#039;s not &quot;cheap&quot; to have affiliate links on a site like this.  It has to pay for itself somehow.  My time and my costs should be reimbursed.</description>
		<content:encoded><![CDATA[<p>First of all, there are no affiliate links in there.  If you want to enter the code to get a discount, feel free.  I no longer get anything out of it because I&#8217;m no longer with them.</p>
<p>Second, it&#8217;s not &#8220;cheap&#8221; to have affiliate links on a site like this.  It has to pay for itself somehow.  My time and my costs should be reimbursed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy Now</title>
		<link>http://webdevnews.net/2009/02/cloud-hosting-with-mosso/comment-page-1/#comment-7534</link>
		<dc:creator>Happy Now</dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=379#comment-7534</guid>
		<description>We&#039;ve moved our newest site from Mosso, and others we own, over to a smallish but seriously customer-centric hosting company named Revive Marketing.

Their servers run under Liquid Webs Tier 4 datacenter roofs, have the best Bandwidth providers and their service is second to none. We&#039;re truly looking forward to launching our new site with them.. and refer everyone we know to them.

check em out: (no, this is NOT an affiliate link!)
http://revivemarketing.org/host.php</description>
		<content:encoded><![CDATA[<p>We&#8217;ve moved our newest site from Mosso, and others we own, over to a smallish but seriously customer-centric hosting company named Revive Marketing.</p>
<p>Their servers run under Liquid Webs Tier 4 datacenter roofs, have the best Bandwidth providers and their service is second to none. We&#8217;re truly looking forward to launching our new site with them.. and refer everyone we know to them.</p>
<p>check em out: (no, this is NOT an affiliate link!)<br />
<a href="http://revivemarketing.org/host.php" rel="nofollow">http://revivemarketing.org/host.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

