Tagged Questions

Cloud computing is about hardware-based services involving computing, network and storage capacities. These services are provided on-demand, hosted by the cloud provider and can easily scale up and down.

learn more… | top users | synonyms (1)

325
votes
9answers
29k views

Best way to use Google's hosted jQuery, but fall back to my hosted library on Google fail

What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails? I'm not saying Google is flaky. There ...
53
votes
16answers
3k views

Are people really using Google App Engine, or they are just playing with it because “the cloud is cool”

Since there are 1500+ questions for google-app-engine, I was wondering: what are people actually using it for? are they doing something for their companies or startups? are they just playing around ...
31
votes
6answers
21k views

Amazon EC2 - Swap root instance store device with EBS device

I have an EC2 instance with "instance store" device as a root device. Now, I would like to attach an EBS volume to that same instance, only that I want it to be the root device. Is that possible? What ...
31
votes
12answers
3k views

Is there a business proven cloud store / Key=>Value Database? (Open Source)

I have been looking for cloud computing / storage solutions for a long time (inspired by the Google Bigtable). But I can't find a easy-to-use, business-ready solution. I'm searching a simple, fault ...
31
votes
8answers
3k views

Do you use Amazons Cloud services for your company?

I read a lot about the possibilities of Amazons Cloud computing, like S3 or EC2 and I wondered if someone actually uses this for mission-critical applications. Do you host your company website in the ...
29
votes
6answers
4k views

When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?

I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to know which ...
29
votes
18answers
2k views

Why would you not want to use Cloud Computing

Our company is considering moving from hosting our own servers to EC2 and I was wondering if this was a good idea. I have seen a lot of stuff about can cloud computing (and specifically EC2) do x, or ...
28
votes
10answers
14k views

What is the difference between Cloud Computing and Grid Computing?

What are the significant differences between Cloud Computing and Grid Computing ? What are the precise definations and target application domains for both ? I'm looking for conceptual insights along ...
28
votes
10answers
25k views

Amazon - EC2 cost?

I am thinking of hosting a Python-based app on Amazon EC2. It will be really helpful to know the cost of an EC2 and S3 combo. How does typical ($7/month) shared hosting compare to the bandwidth cost + ...
27
votes
7answers
1k views

Are there any good online IDEs?

Bounty Added: I am looking for an online "IDE" that supports Objective-C. Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do? I'm not ...
24
votes
7answers
6k views

What alternatives are there to Google App Engine?

What alternatives are there to GAE, given that I already have a good bit of code working that I would like to keep. In other words, I'm digging python. However, my use case is more of a low number ...
21
votes
7answers
8k views

Force CloudFront distribution/file update

I'm using Amazon's CloudFront to serve static files of my web apps. Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be ...
18
votes
4answers
4k views

Should I persist images on EBS or S3?

I am migrating my Java,Tomcat, Mysql server to AWS EC2. I have already attached EBS volume for storing MySql data. In my web application people may upload images. So I should persist them. There are ...
18
votes
15answers
3k views

What is Cloud computing?

Could anybody explain in plain words how Cloud computing works? I have read the Wikipedia article, but still not sure that I understand how cloud actually works.
17
votes
6answers
1k views

Any good distributed agent/service models for .NET?

I'm looking for tools that implement the distributed agent/service model ... I guess we could also call this grid or cloud computing, but I'm not sure the term is exactly analagous. A distributed ...
16
votes
2answers
352 views

How can I make R take advantage of a high memory, high cpu server?

SO I've finally figured out how to get my R scripts to run on the Amazon EC2 cloud. I've been using an AMI with 26 ECUs, 8 Cores, and 69 gigs of RAM. I then divide up my code into multiple scripts, ...
16
votes
6answers
1k views

What are the challenges in porting your existing applications to Microsoft Azure?

What are the challenges in porting your existing applications to Azure? Here are few points I'm already aware about. 1) No Support for Session Affinity (Azure is Stateless) - I'm aware that Azure ...
16
votes
8answers
14k views

Windows Azure for web developers vs Amazon EC2

I just watched the Windows Azure intro video and it left me feeling like it was a front end shell for hosted IIS instances. Can anyone who know more (possibily that was part of the beta) shed on why ...
13
votes
2answers
401 views

Can I buy remote MATLAB processing time?

I'm a regular user of Matlab. For a very CPU-intensive task, I need to keep my PC running for hours (or days) simulating stuff, which is a pain since I need to carry it around. Do you know of a ...
13
votes
6answers
328 views

Does a cloud service like Azure or EC2 exist which can run arbitrary workloads? (e.g. Client SKUs of Windows)

Azure and EC2 are optimized for running servers. Lots and lots of servers. Both platforms attempt to manage tons of things for you -- in Azure's case, it wants to manage even the target operating ...
13
votes
5answers
10k views

Difference between cloud computing and distributed computing?

I wanted to know about the difference about cloud computing and distributed computing. I read an article about cloud computing and got a feeling that somewhere there is a relation between cloud ...
13
votes
7answers
477 views

What are the reasons for a “simple” website not to choose Cloud Based Hosting?

I have been doing some catching up lately by reading about cloud hosting. For a client that has about the same characteristics as StackOverflow (Windows stack, same amount of visitors), I need to ...
13
votes
7answers
3k views

How does dedicated webhosting compare to Amazon's Cloud?

After stumbling into Amazon Web Services again I have finally checked their prices and am shocked. Positively. With their flexible billing and extremely low prices, is there any reason for still using ...
12
votes
3answers
993 views

What's the difference between Azure AppFabric and Windows Server AppFabric

Seems like there are two products with similar names, but isn't what I expect. I thought that Azure AppFabric was the "cloud" version of Windows Server AppFabric, but there doesn't seem to be much in ...
12
votes
6answers
2k views

Is SQL Azure PCI-DSS Compliant?

If I were to use separate Windows Server that was PCI-DSS compliant, would I still be compliant if I had a SQL Azure hosting the backend? This is assuming that I'm compliant at the application layer, ...
12
votes
11answers
814 views

Will there be other .NET providers of Cloud Computing services?

Cloud computing is about providing computing, storage and networking capacities on demand. It is a fresh but very compelling concept for solving some specific tasks, for example: Running CPU heavy ...
11
votes
5answers
2k views

Windows Azure or Amazon EC2 for ASP.NET MVC Development?

If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use Windows Azure or Amazon EC2? I didn't find any satisfying answers. So what are the advantages ...
11
votes
3answers
3k views

Core Data cloud sync - need help with logic

I'm in the middle of brainstorming a cloud sync solution for a Core Data app that I am currently developing. I'm planning to open source the code for this once its done, for anyone to use with their ...
11
votes
6answers
8k views

Cloud Computing: What does it take to setup a Cloud

What does it take to setup a cloud. I have some friends in the middle east who want to setup clouds similar to Google and Amazon and are wondering if there is any open technology that they can use to ...
11
votes
20answers
1k views

Will web applications replace desktop applications? [closed]

Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX? See also: Does desktop development matter?
11
votes
10answers
1k views

What's the best way to generate a tag cloud from an array using h1 through h6 for sizing?

I have the following arrays: $artist = array("the roots","michael jackson","billy idol","more","and more","and_YET_MORE"); $count = array(5,3,9,1,1,3); I want to generate a tag cloud that will have ...
10
votes
5answers
259 views

Code & data tracking / deployment

For a long time now, we've held our data within the project's repository. We just held everything under data/sql, and each table had its own create_tablename.sql and data_tablename.sql files. We have ...
10
votes
6answers
427 views

Ex-manager looking for advice from developers

I have been a SW developer for some 10 years, and then I was promoted to a Management position for the last 3 years. Not quite happy with my Management role, I looked for job alternatives, and ...
9
votes
3answers
258 views

Designing a backend (cloud) server to avoid 'hotspot' scenarios

I'm trying to design a real-time group chat application specifically targeted towards large groups (>50 users) in each chatroom. Not all users will be actively chatting at once, but one can expect ...
9
votes
2answers
1k views

how to reserve a running amazon ec2 instance?

we have a large ec2 instance running in asia pacific region.we want to reserve that particular instance.In aws management console we see an option to purchase a reserved instance but there seems to ...
9
votes
1answer
2k views

Deploying and hosting scala in the cloud?

I am starting a web app considering scalability as one of the top priorities. What would be the benefits of this: cassandra scala lift vs the traditional LAMP on the cloud? Since from what I've read, ...
8
votes
2answers
360 views

Does a reverse proxy make node.js safe?

I want to put node.js on the cloud for an application which has sensitive corporate information. I am afraid node.js is not as secure as some of the older servers since it has not been in the wild a ...
8
votes
5answers
649 views

Why and when do I need Azure?

I read plenty of articles about Azure and .NET Service Bus. I think I understand technical part but at the moment I'm missing the main point - some "cases studies" which should explain me what kind of ...
8
votes
4answers
1k views

What are some big sites that are using Amazon EC2

I'm looking for examples of large websites that are hosted on Amazon EC2/S3/Cloudfront/etc. I worked at a company where we ran a site that did 500k unique visitors per month on EC2 running 10 ...
8
votes
8answers
409 views

What are good ways to guarantee business continuity with a SaaS product?

For my Bachelor Thesis I am researching how SaaS providers can arrange some sort of business continuity guarantee. You probably know the Source Code Escrow arrangements for 'shrink-wrapped' ...
8
votes
5answers
1k views

cloud hosting vs. managed hosting

It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions... From a Theoretical viewpoint, the following can be said: ...
8
votes
6answers
394 views

Cloud Computing and my company's data

I am looking into Cloud Computing for my company. The one question that I can't seem to get out of my head is; What happens to my data and the ability to use it if the Cloud computing company goes out ...
7
votes
2answers
159 views

How paranoid should I be about my Azure application binary files being stolen?

I need to migrate a huge application to Windows Azure. The application depends on a third-party library that requires an activation key stored in a special binary file on the role instance filesystem. ...
7
votes
7answers
221 views

Best data store solution for small mathematical data but fast and with aggregate functions

I'm looking for a data storage solution for a project with these requirements: The application creates dynamically a containter/table in the store. For a small period of time (two weeks for example) ...
7
votes
3answers
2k views

How to work as a coder on a chromebook?

Google announced the chromebooks yesterday and I was wondering - If I had to do serious coding work on one of those machines today, what web services could I use and what web services are still ...
7
votes
2answers
2k views

Is there an API for Amazon Cloud (Drive and Player)?

Is there an API or description of the HTTP request scheme for accessing resources from Amazon Cloud Drive and Player?
7
votes
5answers
137 views

Scale now or later?

I am looking to start developing a relatively simple web application that will pull data from various sources and normalizing it. A user can also enter the data directly into the site. I anticipate ...
7
votes
2answers
369 views

What is the difference between Clouding and Web Hosting (shared/ Dedicated)?

I've been going through the pain of find the way of making a fair call to say that Clouding give this and that to the Management. So far whatever I've found that I can find in the same dedicated/ or ...
7
votes
7answers
496 views

Is there a .Net Cloud Platform

What cloud providers are available for .Net apps?
7
votes
7answers
491 views

Web Development in the Cloud

I was fortunate enough to try out the Google Cr-48 for the Chrome OS trial period. Ideally, Google wants testers to use it as their primary computer -- in my case, primary usage would be for web ...

1 2 3 4 5 22