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.
523
votes
13answers
58k 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 ...
0
votes
0answers
908 views
What is cloud computing? [duplicate]
Possible Duplicate:
What is Cloud computing?
I read the Wikipedia article on it and am still confused. I know there is a great deal of hype these days surrounding 'Cloud Computing', but ...
22
votes
15answers
4k views
What is Cloud computing? [closed]
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.
22
votes
5answers
20k 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 ...
4
votes
3answers
6k views
Speech Recognition API
I need to automatically transcribe some short MP3s as part of a proof of concept I am working on. I am currently looking into cloud solutions or web API services to send the MP3 as a simple HTTP ...
42
votes
6answers
30k 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 ...
33
votes
12answers
4k 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 ...
3
votes
2answers
666 views
How does it happen Azure web role entry point and .aspx page handler are run in different processes?
I'm playing with this Azure web role sample. It contains a class derived from RoleEntryPoint and a .aspx page that contains a button click handler.
I test it in Azure Emulator. I put the following ...
41
votes
12answers
21k 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 ...
37
votes
4answers
10k 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 ...
26
votes
8answers
17k 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 ...
5
votes
2answers
3k views
server side voice recognition
Anyone know of any good server side voice recognition engines that are already hosted? I.e. I want to be able to call a simple web API posting some sound data and get text back. Doesn't have to be ...
4
votes
3answers
866 views
anonymous read with amazon simpledb
I would like to query simpledb directly from the client using javascript. My application is read-heavy and I rather not route the request through my application server. Is it possible to perform a ...
1
vote
3answers
548 views
Windows Azure not finding DLL of C++/CLI project
I have a C++/CLI project that wraps around an unmanaged C compression library, and this project is referenced by an MVC3 project that calls the C++ Compress function.
Everything works fine locally, ...
34
votes
8answers
3k views
Do you use Amazons Cloud services for your company? [closed]
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 ...
35
votes
9answers
11k 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 ...
20
votes
7answers
6k 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 ...
7
votes
2answers
6k views
Automount EBS volume in Amazon EC2 Windows Instance
Does anyone know how to auto-mount an Elastic Block Storage (EBS) volume when starting a Windows 2003 instance in Amazon's Elastic Compute Cloud (EC2)?
10
votes
6answers
5k views
Azure Task Scheduler
While this question is particular to Azure, I'm sure that it is a common situation for cloud computing in general.
I have a list of tasks that I need run at a certain time. With a window's server, I ...
19
votes
5answers
2k views
Any good distributed agent/service models for .NET? [closed]
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 ...
6
votes
2answers
986 views
GAE/J request log format breakdown
Here is a sample of GAE Console log record:
http://i.stack.imgur.com/M2iJX.png for readable high res version.
I would like to provide a breakdown of the fileds, displayed both in the collpased ...
9
votes
4answers
13k views
Cloud computing over Client-server: differences, cons and pros?
As far as I know, Cloud computing might be a evolution in software architect, and it will replace some current architectures, such as client-server.
These two architecture seem to share similarities ...
8
votes
3answers
3k views
How to turn on/off cloud instances during office hours
I've got my head around creating cloud instances in AWS, Azure and Rackspace. However, I need to turn my instances off at the end of the day and on in the morning as this will half my hosting cost ...
13
votes
7answers
5k views
Are there any Browser Based IDE's to code java programs?
I have tried using some browser based IDE's like cloud9 IDE recently. But it doesnt have direct support to code java programs. And I also read that we need to follow certain tedious procedures to ...
4
votes
3answers
2k views
How to elect a master node among the nodes running in a cluster?
I'm writing a managed cloud stack (on top of hardware-level cloud providers like EC2), and a problem I will face soon is:
How do several identical nodes decide which one of them becomes a master? ...
1
vote
3answers
2k views
How best to resize images off-server
I have a site that users upload images to. Those images are resized to various dimensions. I currently do that on my server, but was thinking of processing that on AWS or something similar. Is that a ...
4
votes
2answers
978 views
Can Google App Engine use a third party SMTP server?
Google App Engine currently limits you to 2,000 emails per day (for free) via their API.
I am trying to find a definitive answer if it is possible to use a third-party system if you need to send ...
3
votes
3answers
193 views
Is Azure role local storage guaranteed to be inaccessible to an application that is next to use the same host?
Suppose my Azure role stores files to the role local filesystem and forgets to delete them. Can another application that uses that host in future possibly get access to those files?
I've read the ...
1
vote
1answer
114 views
Upload files on cloud using email address
So I am not sure if it is possible and if it is making sense at all. I am trying to learn and use cloud space in my application. So as a sample I was trying to create an application to upload files in ...
0
votes
0answers
128 views
Android Dev “Undefined permission” Which is defined
My application crashes on the emulator and on the hardware device. I checked the logcat and I keep getting this output:
....
02-21 16:43:45.927: E/AndroidRuntime(1078): FATAL EXCEPTION: main
02-21 ...
77
votes
12answers
53k 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 + ...
49
votes
7answers
7k 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 ...
12
votes
3answers
4k 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 ...
68
votes
15answers
7k views
Are people really using Google App Engine, or they are just playing with it because “the cloud is cool” [closed]
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
18answers
3k views
Why would you not want to use Cloud Computing [closed]
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 ...
16
votes
4answers
2k views
Where can we host Meteor/Meteorite applications?
I am looking for hosting providers, preferable as PaaS, capables to host Meteor and Meteorite applications. Which ones do you recommend, and how to implement build scripts, if needed?
33
votes
9answers
30k views
What is the difference between Cloud Computing and Grid Computing? [closed]
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 ...
16
votes
6answers
17k 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 ...
14
votes
4answers
8k views
How do I make cloud-init startup scripts run every time my EC2 instance boots?
I have an EC2 instance running an AMI based on the Amazon Linux AMI. Like all such AMIs, it supports the cloud-init system for running startup scripts based on the User Data passed into every ...
13
votes
4answers
7k views
Sending mass mail without going insane (SendGrid? cloud?) [closed]
I need to send regular newsletters, as well as smaller batches, to a 10k strong mailing list, programmatically.
We're currently exporting our list and then using Campaign Monitor's web interface to ...
25
votes
10answers
2k 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 ...
19
votes
3answers
5k views
When to use Amazon Cloudfront or S3
Are there use cases that lend themselves better to Amazon cloudfront over s3 or the other way around? I'm trying to understand the difference between the 2 through examples.
15
votes
2answers
4k 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 ...
14
votes
11answers
1k 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 ...
8
votes
10answers
4k views
Which cloud computing platform should I choose?
How and when do you decide which cloud service is best? EC2 offers Virtual Servers, but can be a pain in some cases, and overkill as well. Azure is great for web apps written in ASP.NET, while GAE is ...
11
votes
2answers
4k views
How do you configure S3 and Cloud Front to stream HTML5 video? Tried everything
I've tried many, many different configurations, files, encoding, browsers, etc..., but this is the simplest example that demonstrates the problem I am having.
If you paste the url for the sample ...
5
votes
2answers
1k views
Mixed http/https site
So far, my https deployments have commonly involved a naive lockdown of the entire site with https and provide an http-to-https redirect on the web server.
I now plan to have a single ASP.NET MVC ...
6
votes
7answers
1k 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 trends?
In addition to ...
10
votes
2answers
3k views
Amazon EC2 - Convert EBS root device with instance store root device
I see that you can convert an instance stored instance to be EBS backed as this question shows. However, I want to do the opposite, take an EBS backed instance and convert it to be Instance Store ...
3
votes
2answers
1k views
OpenCV in the cloud
The question may seem dumb to those experienced with cloud development, but coming from the desktop world I can“t exactly figure out the solution by myself.
I have a loads of code using opencv, some ...