Tagged Questions

-5
votes
4answers
97 views

what is meant by cloud computing? give some examples

what is meant by cloud computing? give some examples
3
votes
8answers
140 views

Would a cloud-based compiler be feasible?

Would it be any practical benefit to write a cloud-based compiler, that would spread compiled units of code on different machines in the cloud? Could there be a benefit from obtain …
3
votes
7answers
283 views

What are the best overviews for cloud technology?

There has been a lot of buzz around cloud technologies. What resources would you recommend that review the cloud computing world, and helps one get the big picture and current tren …
0
votes
1answer
136 views

Windows Services and shutting down EC2 nodes

I've got a fairly simple Windows service running on testbed EC2 nodes right now that basically: Calls a Web Service on a machine in our local data center when the service starts …
0
votes
1answer
78 views

.Net Cloud Based Storage solution

Hi I am now at the point where i cant get any further with out some help.I am trying to host files on the cloud and then access those files via code (C#). So far i have tried Rapi …
0
votes
4answers
195 views

SecurityException in ASP.net application

I have a web app which queries a Lucene index and it works just fine in a W2K3 server in my network. Now I got my azure code so I wanted to test the service uploading the app. In …