<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free practice test , mock test, driving test, interview questions &#187; cloud computing</title>
	<atom:link href="http://www.skill-guru.com/blog/tag/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Mon, 16 Jan 2012 16:53:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to check guaranteed RAM in VPS</title>
		<link>http://www.skill-guru.com/blog/2010/09/28/how-to-check-guaranted-ram-in-vps/</link>
		<comments>http://www.skill-guru.com/blog/2010/09/28/how-to-check-guaranted-ram-in-vps/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 00:55:54 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Programming / tutorials]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2729</guid>
		<description><![CDATA[When using VPS services, one of the questions that come to mind is &#8220;Am i getting the resources that I have paid for in my VPS &#8221; ?
On telnet prompt
type
cat  /proc/user_beancounters
you will see something like this
uid  resource           held    maxheld    barrier      limit    failcnt
101: kmemsize       10069594   10087306   33554432   36909875          0
lockedpages           0          0       8192       9011          0
privvmpages      151948     151955     [...]]]></description>
			<content:encoded><![CDATA[<p>When using VPS services, one of the questions that come to mind is &#8220;Am i getting the resources that I have paid for in my VPS &#8221; ?</p>
<p>On telnet prompt</p>
<p>type</p>
<p><em>cat  /proc/user_beancounters</em></p>
<p>you will see something like this</p>
<p>uid  resource           held    maxheld    barrier      limit    failcnt<br />
101: kmemsize       10069594   10087306   33554432   36909875          0<br />
lockedpages           0          0       8192       9011          0<br />
privvmpages      151948     151955     262144     262144        484<br />
shmpages           3407       3407      32768      32768          0<br />
dummy                 0          0          0          0          0<br />
numproc             186        186        768        768          0<br />
physpages         75888      75892          0 2147483647          0<br />
<strong>vmguarpages </strong> 0          0     131072 2147483647          0<br />
oomguarpages      79627      79631     266240 2147483647          0<br />
numtcpsock           67         67       1080       1080          0<br />
numflock             11         11        564        618          0<br />
numpty                1          1         48         48          0<br />
numsiginfo            0          1        768        768          0<br />
tcpsndbuf        500636     500636    5160960    8110080          0<br />
tcprcvbuf        602016     602016    5160960    8110080          0<br />
othersockbuf      27736      27736    3378240    6291456          0<br />
dgramrcvbuf           0       1400     786432     786432          0<br />
numothersock         32         32       1080       1080          0<br />
dcachesize            0          0   10727424   10874880          0<br />
numfile            5873       5882      27936      27936          0<br />
dummy                 0          0          0          0          0<br />
dummy                 0          0          0          0          0<br />
dummy                 0          0          0          0          0<br />
numiptent            43         43        384        384          0</p>
<p><span id="more-2729"></span></p>
<p>Check <strong>vmguarpages.</strong></p>
<p>Memory guaranteed = vmguarpages *4 /1024</p>
<p>for eg if  vmguarpages =131072</p>
<p>memory = 131072 *4 /1024 = 512MB</p>
<p><strong>This is your guaranteed RAM</strong>.</p>
<p>vmguarpages barrier =  number of 4K memory  pages  that  your applications will always be able to allocate.</p>
<p>privvmpages =  that much of 4K memory pages your application are able to allocate but a request might not be granted. Consider vmguarpages as a memory guarantee, and privvmpages as a upper burstable limit.</p>
<p>If you need a script that will monitor your memory limits and also check for errors on your openVZ , check <a href="http://www.frederico-araujo.com/2010/07/09/check-guaranteed-ram-burstable-ram-o-openvz/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/09/28/how-to-check-guaranted-ram-in-vps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>For those naysayers who say Java will be dead&#8230;</title>
		<link>http://www.skill-guru.com/blog/2010/09/26/foir-those-naysayers-who-say-java-will-be-dead/</link>
		<comments>http://www.skill-guru.com/blog/2010/09/26/foir-those-naysayers-who-say-java-will-be-dead/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 22:51:50 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Programming / tutorials]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2717</guid>
		<description><![CDATA[There has been lots of speculation on Java and its future. Some people complained that they are not seeing much progress happening in future releases.  They had more to fear when Oracle bought Sun Microsystems and with it the Java. Will it be end of Java ? Time to switch  ?
Last week In Oracle world, [...]]]></description>
			<content:encoded><![CDATA[<p>There has been lots of speculation on Java and its future. Some people complained that they are not seeing much progress happening in future releases.  They had more to fear when Oracle bought Sun Microsystems and with it the Java. Will it be end of Java ? Time to switch  ?</p>
<p>Last week In Oracle world, Oracle has unvielded Exalogic  <a href="http://www.oracle.com/us/corporate/press/173459">Oracle Unveils Exalogic Elastic Cloud </a>, which apart from tons of feature which you can read on Oracle&#8217;s blog ,comprises the latest high performance x86 hardware, the industry-leading Oracle WebLogic Server, and Exalogic software, all engineered by Oracle for maximum capability with minimum set-up.</p>
<div>In Oracle’s internal testing one rack of Oracle Exalogic Elastic Cloud demonstrated:</div>
<div>12X improvement for Internet applications, to over 1 Million HTTP requests per second.</div>
<div>4.5X improvement for Java messaging applications, to over 1.8 Million messages per second.</div>
<div>
<p><strong>What is noteworthy that Oracle Exalogic Elastic Cloud offers unmatched performance and reliability for Java applications. <span id="more-2717"></span></strong></p>
<p>Clearly a focus towards java<strong> </strong>application and not away from it<strong>.</strong></p>
<p>GigaOm <a href="http://cloud.gigaom.com/2010/09/20/larry-gets-the-cloud-now-and-he-wants-all-of-it/">said </a><strong><br />
</strong></p>
</div>
<blockquote><p><strong>Java will be the money-maker for cloud computing over the next few years</strong>. There’s a reason VMware focuses on Java, that Google App Engine added Java, and that Oracle now emphasizes Java performance. Enterprises pay big bucks for Java speed, and those moving to cloud architectures want as much Java performance as they can get.</p></blockquote>
<p>Google also have moved to integrate java applications to the its cloud offering as it was not seeing much traction.</p>
<p>Yes there might be better alternatives coming up but Java is here to stay for long.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/09/26/foir-those-naysayers-who-say-java-will-be-dead/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Which VPS options to chose from ?</title>
		<link>http://www.skill-guru.com/blog/2010/09/23/which-vps-options-to-chose-from/</link>
		<comments>http://www.skill-guru.com/blog/2010/09/23/which-vps-options-to-chose-from/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:52:24 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2714</guid>
		<description><![CDATA[A very nice comparison of several VPS performance including Amazon EC2.
The user has compared the costs and performance of Linode, Slicehost, Prgmr, Rackspace and Amazon.
You can find the results here 
]]></description>
			<content:encoded><![CDATA[<p>A very nice comparison of several VPS performance including Amazon EC2.</p>
<p>The user has compared the costs and performance of Linode, Slicehost, Prgmr, Rackspace and Amazon.</p>
<p>You can find the results <a href="http://journal.uggedal.com/vps-performance-comparison">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/09/23/which-vps-options-to-chose-from/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud computing with Google App Engine and Amazon EC2</title>
		<link>http://www.skill-guru.com/blog/2010/09/02/cloud-computing-with-google-app-engine-and-amazon-ec2/</link>
		<comments>http://www.skill-guru.com/blog/2010/09/02/cloud-computing-with-google-app-engine-and-amazon-ec2/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:00:30 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Programming / tutorials]]></category>
		<category><![CDATA[amazon cloud computing]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2589</guid>
		<description><![CDATA[Courtesy NEJUG and Oracle, on 9th Sep Rohit  Bhardwaj is presenting on Cloud computing deep dive for Google App Engine and Amazon EC2 at Oracle technology Center, Burlington , MA
Presentation Overview:
In this session users will take a deep dive at few cloud computing examples and participants will be able to know how to use [...]]]></description>
			<content:encoded><![CDATA[<p>Courtesy NEJUG and Oracle, on 9th Sep <strong>Rohit  Bhardwaj</strong> is presenting on <strong>Cloud computing deep dive for Google App Engine and Amazon EC2</strong> at Oracle technology Center, Burlington , MA</p>
<p><strong>Presentation Overview:</strong></p>
<p>In this session users will take a deep dive at few cloud computing examples and participants will be able to know how to use cloud computing for Google App Engine and Amazon EC2.</p>
<p>The Google App Engine is a platform for developing and hosting web applications in Google-managed data centers. The Google App Engine is an example of cloud computing technology as it virtualizes applications across multiple servers and data centers. It is, at its heart, a powerful cloud computing platform designed to help you more easily create and manage scalable, JVM-based web applications. If you&#8217;re developing a Java application on App Engine you probably already know that you can use JPA and JDO Java persistence APIs to interact with the data store. Now learn how to take full advantage of these powerful APIs. We will explore few examples from Amazon EC2 like how to deploy groovy on grails application. We will also look at development tools to make your life easier while working with Amazon EC2, Amazon S3 and Simple db.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/09/02/cloud-computing-with-google-app-engine-and-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From ESB to REST and Clouds &#8211; An Open Source Presentation</title>
		<link>http://www.skill-guru.com/blog/2010/04/27/from-esb-to-rest-and-clouds-an-open-source-presentation/</link>
		<comments>http://www.skill-guru.com/blog/2010/04/27/from-esb-to-rest-and-clouds-an-open-source-presentation/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:05:43 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Programming / tutorials]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nejug]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2137</guid>
		<description><![CDATA[Boston residents , this Thursday on 13 May NEJUG  is organizing an presentation on &#8220;From ESB to REST and Clouds an Open Source Presentation&#8221;.
Presentation Overview
The ESB concept emerges from integration requirements that have remained mostly stable and pervasive over the years. Yet many developers feel like they are run over by the bus, especially when [...]]]></description>
			<content:encoded><![CDATA[<p>Boston residents , this Thursday on 13 May NEJUG  is organizing an presentation on &#8220;From ESB to REST and Clouds an Open Source Presentation&#8221;.</p>
<p><strong>Presentation Overview</strong></p>
<blockquote><p>The ESB concept emerges from integration requirements that have remained mostly stable and pervasive over the years. Yet many developers feel like they are run over by the bus, especially when an ESB is foisted onto their projects. Open source ESBs offer a flexibility and transparency that is hard to match without access to the source code. In the first half of this talk, we will detail the architectural considerations behind ESBs and how they are realized in JBoss ESB. With this understanding, the audience should be well prepared to use and customize ESBs to meet their specific project needs.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/04/27/from-esb-to-rest-and-clouds-an-open-source-presentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtualization in Action</title>
		<link>http://www.skill-guru.com/blog/2009/11/26/virtualization-in-action/</link>
		<comments>http://www.skill-guru.com/blog/2009/11/26/virtualization-in-action/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:37:32 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1110</guid>
		<description><![CDATA[Virtualization has been a buzzword for me, until recently I stumbled across it and gave it a serious thought. I thought about sharing my experiences in this blog.
To start with we had some issues on our linux hosted webserver and had to do some sanity checks by duping it, on somewhat a similar kernel. The [...]]]></description>
			<content:encoded><![CDATA[<p>Virtualization has been a buzzword for me, until recently I stumbled across it and gave it a serious thought. I thought about sharing my experiences in this blog.</p>
<p>To start with we had some issues on our linux hosted webserver and had to do some sanity checks by duping it, on somewhat a similar kernel. The usual system resource crunch and the nagging system admins put me on a no mans land.</p>
<p>Left with no options, I decided to do some checks using ubuntu kernel. Remember I still have my notebook (windows XP) to try stuff on, I could have easily partitioned and installed ubuntu with windows and done my job. But probably I was more inclined to virtualization and thought of trying it out. I did some groundwork and came up with options like Sun Microsystems Virtual Box, VMware, virtual pc etc to name a few. <span id="more-1110"></span></p>
<p>Suns Virtual box is a x86 and AMD64/Intel64 virtualization product and that helps me so I decided to move ahead with it.You can get more details from the <a href="http://www.virtualbox.org/wiki/Virtualization">virtual box website</a></p>
<p>Now I was ready for the <a href="http://www.virtualbox.org/wiki/Downloads">download</a>, the download was pretty straight forward and the product picked up all the notebook attached devices.Now I had to create a virtual hard disc on my parent OS and the steps were easy and well documented. But be sure to know the memory&amp; HD size,space specifications for the OS you would need to install (I gave a 8 GB size for my ubuntu virtual partition).The virtual machine was created on click of the finish button, it was that simple.</p>
<p>I got a latest version of ubuntu and cut a CD for it, started the virtual box program ..selected the mounted CD disc drive and now it was like a clean machine which is ready to take any brutality <img src='http://www.skill-guru.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I kick started the ubuntu installation likewise I would do in any normal installation and went for some coffee, by the time I was back the installation was compelete and I was running an OS on a virtual machine !!!</p>
<p>The keyboard was a bit nasty initially to control the virtual OS, but setting some special key combinations solved the issue. I did my sanity checks which was the whole purpose of the karma and it turned out to be a good karma and was able to solve the problem.</p>
<p>Also later I came to know of the tool <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Disk2vhd </a> by microsoft which is a utility for creating VHD (Virtual Hard Disk) which can be imported as an image/snapshot on our virtual box program. So in case you need to image your existing windows PC on another machine you can create a virtual hard disc out of it and import it. Making it possible to run the image as a virtual machine. Again the steps again are simple and its just clicks away.</p>
<p>Now am able to break the barriers of one OS/ machine and am able to test across platforms. Thanks to virtualization !! and hope this is of much help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2009/11/26/virtualization-in-action/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why Your Company Should Virtualize?</title>
		<link>http://www.skill-guru.com/blog/2009/11/23/why-your-company-should-virtualize/</link>
		<comments>http://www.skill-guru.com/blog/2009/11/23/why-your-company-should-virtualize/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:01:07 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/2009/11/23/why-your-company-should-virtualize/</guid>
		<description><![CDATA[Virtualizing your IT infrastructure lets you reduce IT costs while increasing the efficiency, utilization, and flexibility of your existing assets.
Top 5 Reasons to Adopt Virtualization Software
1.Get more out of your existing resources: Pool common infrastructure resources and break the legacy “one application to one server” model with server consolidation.
2.Reduce datacenter costs by reducing your physical [...]]]></description>
			<content:encoded><![CDATA[<p>Virtualizing your IT infrastructure lets you reduce IT costs while increasing the efficiency, utilization, and flexibility of your existing assets.</p>
<p>Top 5 Reasons to Adopt Virtualization Software</p>
<p>1.Get more out of your existing resources: Pool common infrastructure resources and break the legacy “one application to one server” model with server consolidation.</p>
<p>2.Reduce datacenter costs by reducing your physical infrastructure and improving your server to admin ratio: Fewer servers and related IT hardware means reduced real estate and reduced power and cooling requirements. Better management tools let you improve your server to admin ratio so personnel requirements are reduced as well.</p>
<p>3.Increase availability of hardware and applications for improved business continuity: Securely backup and migrate entire virtual environments with no interruption in service. Eliminate planned downtime and recover immediately from unplanned issues.</p>
<p>4.Gain operational flexibility: Respond to market changes with dynamic resource management, faster server provisioning and improved desktop and application deployment.</p>
<p>5.Improve desktop manageability and security: Deploy, manage and monitor secure desktop environments that users can access locally or remotely, with or without a network connection, on almost any standard desktop, laptop or tablet PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2009/11/23/why-your-company-should-virtualize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Virtualization?</title>
		<link>http://www.skill-guru.com/blog/2009/11/23/what-is-virtualization/</link>
		<comments>http://www.skill-guru.com/blog/2009/11/23/what-is-virtualization/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:52:25 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/2009/11/23/what-is-virtualization/</guid>
		<description><![CDATA[Virtualization is a proven software technology that is rapidly transforming the IT landscape and fundamentally changing the way that people compute. Today’s powerful x86 computer hardware was designed to run a single operating system and a single application. This leaves most machines vastly underutilized. Virtualization lets you run multiple virtual machines on a single physical [...]]]></description>
			<content:encoded><![CDATA[<p>Virtualization is a proven software technology that is rapidly transforming the IT landscape and fundamentally changing the way that people compute. Today’s powerful x86 computer hardware was designed to run a single operating system and a single application. This leaves most machines vastly underutilized. Virtualization lets you run multiple virtual machines on a single physical machine, sharing the resources of that single computer across multiple environments. Different virtual machines can run different operating systems and multiple applications on the same physical computer.</p>
<p>Here is an example how to <a mce_href="http://www.skill-guru.com/blog/2009/11/26/virtualization-in-action/" href="http://www.skill-guru.com/blog/2009/11/26/virtualization-in-action/">Virtualize windows XP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2009/11/23/what-is-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring acquires Cloud Foundry and launches Enterprise Java cloud</title>
		<link>http://www.skill-guru.com/blog/2009/08/20/spring-acquires-cloud-foundry-and-launches-enterprise-java-cloud/</link>
		<comments>http://www.skill-guru.com/blog/2009/08/20/spring-acquires-cloud-foundry-and-launches-enterprise-java-cloud/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 21:37:22 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=450</guid>
		<description><![CDATA[There is a lot of action happening at SpringSource. Only after a week being acuqired by VMware , SpringSource bough CloudyFoundry, a year-old Oakland-based startup focused on pushing Java into the cloud. 
Andi Mann, vice president of research at Enterprise Management Associates commented
SpringSource’s Enterprise Java Cloud is a service that is based on far more [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of action happening at SpringSource. Only after a week being <a href="http://www.skill-guru.com/blog/2009/08/11/springsource-acquired-by-vm/">acuqired by VMware</a> , SpringSource bough CloudyFoundry<span id="ctl00_content_Placeholder_articleBody_Label">, a year-old Oakland-based startup focused on pushing Java into the cloud. </span></p>
<p>Andi Mann, vice president of research at Enterprise Management Associates commented</p>
<blockquote><p>SpringSource’s Enterprise Java Cloud is a service that is based on far more than merely acquiring Cloud Foundry.Certainly the functionality provided by Cloud Foundry is key, but SpringSource’s solutions for building, running and managing Java applications are ideally suited for applications that are deployed in the cloud. The new service brings this all together. For companies where the cloud deployment option makes sense, SpringSource has a killer offering.</p></blockquote>
<p><span id="ctl00_content_Placeholder_articleBody_Label">Full news <a href="http://sdtimes.com/link/33696">here </a><br />
</span></p>
<p>Today they lauched Enterprise Java cloud . From their blog post <a href="http://www.springsource.com/newsevents/springsource-launches-enterprise-java-c">SpringSource Launches the Enterprise Java Cloud</a>. The SpringSource Cloud Foundry Enterprise Java Cloud service is available immediately at CloudFoundry.com in beta and is free to use. Normal cloud service provider fees still apply</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2009/08/20/spring-acquires-cloud-foundry-and-launches-enterprise-java-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First step to Cloud Server Computing</title>
		<link>http://www.skill-guru.com/blog/2009/07/20/first-step-to-cloud-server-computing/</link>
		<comments>http://www.skill-guru.com/blog/2009/07/20/first-step-to-cloud-server-computing/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:40:12 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Programming / tutorials]]></category>
		<category><![CDATA[amazon cloud computing]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=133</guid>
		<description><![CDATA[In one of my post , I had covered about Cloud Computing and the rising popularity. This was the post
Understanding Cloud Computing
I came today at one of the blog post which explains to setup and get your first app running.
Here is the link.
This should prove helpful to the users who want to experiment with cloud [...]]]></description>
			<content:encoded><![CDATA[<p>In one of my post , I had covered about Cloud Computing and the rising popularity. This was the post</p>
<p><a href="http://www.skill-guru.com/blog/2009/06/15/understanding-cloud-computing/" target="_self">Understanding Cloud Computing</a></p>
<p>I came today at one of the blog post which explains to setup and get your first app running.<br />
Here is the <a href="http://www.webdigi.co.uk/blog/2009/get_your_own_cloud_server_running_in_15_minutes/" target="_blank">link</a>.</p>
<p>This should prove helpful to the users who want to experiment with cloud computing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2009/07/20/first-step-to-cloud-server-computing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

