services provided on-demand and easily scale up and down
-1
votes
1answer
42 views
Continuous Integration strategy on AWS [closed]
I have been using a Jenkins to manage application life cycle like continuous integration, build, and deployment in hosted environments. Now that I am starting to explore AWS, I am wondering if the ...
-1
votes
1answer
35 views
Which cloud computing provider? [closed]
I need help choosing a cloud application server / database provider.
I am going to write a small trade management system and does not want to setup my own server.
I need to run two tomcat instances ...
0
votes
0answers
38 views
how to compile the code remotly and show results to the user [duplicate]
It's just a how-to question, want to know the right path to explore, can anyone guide me how the sites like http://jsfiddle.net or http://ideone.com/ works, meaning by the user inputs the code in ...
1
vote
1answer
92 views
Is it better to have file stored as a zip in cloud service?
I am developing enterprise iPad application which contained large amount of different bundle data in terms of group of images.
Is it worth to stored as a compressed file format or normal set of ...
1
vote
1answer
71 views
High-Availability Vs. Cloud Scaling
I work for a company that develops a web server that runs in a customer datacenter. The customer wants the server to have hot failover and I'm currently investigating HA approaches such as Pacemaker ...
0
votes
6answers
348 views
Looking to build a 2 java applications. should it be web-based application or standalone application?
The first application (web-based) will be located at site1 and once the information is processed, it will be sent to the second application(web-based) located at site2. Application2 needs to be able ...
-2
votes
1answer
91 views
Stack for building a searchable image service [closed]
I've been building web services & sites with Django & PostgreSQL using pieces like Redis, Memcached, RabbitMQ, etc. for a few years now.
I'm about to build a new kind of service (for me), ...
5
votes
1answer
217 views
Setting up a development environment in the cloud? [closed]
I'm interested in transitioning my development environment onto the cloud.
I currently use VirtualBox with Vagrant to manage separate virtual machines for each individual project.
What would be the ...
2
votes
2answers
167 views
Open Source Cloud Computing
Recently I realized that the most popular social platforms on the net are in the hand of just a few companies, Google, Twitter, Facebook, to name just a few. Taking into account the world changing ...
2
votes
2answers
261 views
Will it be okay to use Amazon Glacier for everyday data retrieval?
I am planning to use cloud storage for my app. What my app will do is retrieval of users data and user authentication and have the ability to sync data continuously.
Is it a good idea to use Amazon ...
6
votes
2answers
198 views
Free cloud web service development [closed]
I am looking for a free (as in beer) combination of services, for learning "cloud SW development" and very small scale private use (say, a private streamlined web shopping&todo list with simple ...
25
votes
9answers
2k views
Why didn't “cloud computing” offer appear earlier?
Cloud computing is a model of renting resources - servers and data storage. Both servers and data storage have been around for much more than a decade so far. Yet cloud computing offers only appeared ...
7
votes
4answers
275 views
How/where to run the algorithm on large dataset?
I would like to run the PageRank algorithm on graph with 4 000 000 nodes and around 45 000 000 edges.
Currently I use neo4j graph databse and classic relational database (postgres) and for software ...
2
votes
1answer
125 views
How to manage many mobile device users at server side?
I built a social Android application in which users can see other users around them by GPS location. At the beginning thing went well as I had low number of users, but now that I have increasing ...
3
votes
1answer
89 views
Combine auto-syncing cloud and VCS
This question brought me to another question: is there any VCS/tool for a VCS which automatically backups your source code between the last checkout and current changes?
I had the problem of loosing ...
2
votes
1answer
362 views
Storing Projects on Google Drive (Cloud)
I've started using Google Drive for my cloud needs and backing up pretty much everything. I've got the app installed so it auto-sync's all my content in most things.
My question is this, I am ...
6
votes
4answers
688 views
What makes Erlang suitable for cloud applications?
We are starting a new project and implementing on our corporations's instantiation of an openstack cloud (see http://www.openstack.org/). The project is security tooling for our corporation. We ...
1
vote
1answer
201 views
Are any live online Oracle Instances available for learning PL/SQL? [closed]
I want to learn Pl/Sql but do not have Oracle installed in my system. Are there any live instances to which I can connect to?
3
votes
2answers
244 views
What's the benefit of Azure ACS if ASP.NET 4.5 includes OAuth and OpenID providers?
Azure ACS offers OAuth and OpenID providers, and now that ASP.NET 4.5 offers the same thing, without the added cost, is there any reason for a .NET developer to consider ACS?
(Disclaimer, I don't ...
1
vote
1answer
252 views
Is it smart to design a command and control server, that will monitor system resources and spin up/spin down servers at times of peak?
I am building an application that will be modular, in a way that it will be a set of separate systems communicating with each other. It uses Hadoop on all systems, and HBase on 3 of the 4.
Scaling ...
5
votes
3answers
385 views
Cloud computing platforms only have one CPU. Does this mean I shouldn't use Parallel Programming?
Almost every cloud instance I can find only offers one CPU. Why is this only one CPU now, and should I expect this to increase in the future?
Does this design impact my code design so that I exclude ...
1
vote
1answer
171 views
Auto update for application hosted on multiple servers on cloud
I'm working on an application which will run on multiple Amazon EC2 instances. I wish to incorporate auto update feature for my application. The updater should update all the Ec2 instances. Also, ...
0
votes
0answers
79 views
Azure Drives, Azure Disks, Azure Images - What are the performance and cost tradeoffs?
I understand REST-based storage, and how xDrive (PDC 2209) works, but I'm confused by all the drive types specified in this MSDN blog post.
That blog describes Drives -vs- Disks (which sound ...
-4
votes
2answers
2k views
Why .NET and C# are not available on Cloud Platforms?
I checked Google App Engine and Heroku but both don't support .NET/C# applications. Even though Google App Engine shows support for Windows Azure, but in the supported languages it doesn't show C# or ...
12
votes
6answers
4k views
How to learn Cloud Computing and Big Data at home? [closed]
I want to learn Cloud Computing and Big Data at home.
Is it possible to learn these technologies on home PC?
Which technologies to learn in Cloud Computing?
Which technologies to learn Big Data ...
3
votes
2answers
364 views
What kind of hosting do I need? [closed]
This question was migrated from serverfault, where it was closed as not constructive.
Personal note: This type of questions are not appropriate in this place nor on serverfault. It's my opinion that ...
1
vote
3answers
112 views
How should I host our scalable worker processes?
We are designing a new architecture for an enterprise business. The principles we've followed so far is not to develop what you can (possible buy and) deploy, ie, don't reinvent any wheels.
In this ...
0
votes
1answer
286 views
What is the canonical resource on multi-tenancy web applications using ruby + rails
What is the canonical resource on multi-tenancy web applications using ruby + rails. There are a number of ways to develop rails apps using cloud capabilities with real elastic properties but there ...
1
vote
2answers
90 views
How to handle file access transactions properly?
I'm looking for good practices or any advice regarding file access transaction mechanisms. We will have multiple instances of an application spread over a redundant network (cloud) watching a ...
1
vote
2answers
215 views
OCCI for non-web application
I am writing a non-web application (written in java) which will allocate cloud resources. I want to make it compatible with as many providers as possible. Is it wise to use OCCI interface? Will it be ...
0
votes
1answer
575 views
Suggestions for final year project (something in cloud) [closed]
I'm interested in cloud and distributed computing. I recently heard about Apache Hadoop. Also checked HBase, Hive, Cloudera and other extensions. Can i take any of these topic, extend it further for ...
0
votes
2answers
214 views
How to solve a fundamental cloud data storage dispute?
I'm working for a company that has recently hired me to create a new version of their existing software, which is now over 12 years old. The new software is a complete re-write of the old and they ...
3
votes
2answers
231 views
How to provide SaaS integration with enterprise systems (from the SaaS provider perspective)?
I'm doing some general research for a potential SaaS project. The solution we are considering creating will need data integration capabilities with various enterprise systems.
I understand that SaaS ...
3
votes
1answer
254 views
Large Ecommerce Site Topology and Deployment Guidelines
Problem
I am a lead engineer for a highly trafficked eCommerce website (upwards of 1m page views an hour). For various reasons we have the opportunity to rebuild large portions of our ...
0
votes
1answer
638 views
Storing documents in Database vs CMS in JSF, Seam, Hibernate application on cloud
I am about to start with an application using JSF 2, Seam 3, Hibernate and Hibernate search with the following characteristics:
Users will be uploading documents (pdf, doc).
There can be millions of ...
2
votes
5answers
250 views
What's the key innovation in the realization of the “cloud?”
I'm trying to figure out what are the key technological innovations or inventions that the "cloud" introduces as an improvement over web pages; or maybe over SAAS.
Seems to me that "cloud" is merely ...
7
votes
1answer
367 views
How can I gather client's data on Google App Engine without using Datastore/Backend Instances too much?
One of the projects I'm working on is online survey engine. It's my first big commercial project on Google App Engine.
I need your advice on how to collect stats and efficiently record them in ...
15
votes
5answers
556 views
Is cloud computing just a way of renting resources?
The company I work at recently hosted a web service in Windows Azure and announced that. Now trade online magazines say lots of meaningless stuff like "company X moves to the cloud", "company X drops ...
3
votes
1answer
458 views
How to store a simple DB “in the cloud”?
Even though the name is similar my question is not a dupe of the very fine question here:
Database in the cloud?
I've got a webserver (Java/Tomcat) running a webapp (which I wrote) on a dedicated ...
4
votes
3answers
1k views
Starting a new startup/web application, how to choose a hosting provider? [closed]
When creating a new startup related to a web application, how to choose a hosting provider ?
Assuming the code of the web application is oriented DDDD (Distributed Domain Driven Development) to ...
3
votes
6answers
332 views
Is the cloud ready to replace core business systems?
Questions like this have been asked before (like here), but a lot can change in a year.
My company is very interested in migrating core systems to the "cloud". Non-technical upper-management doesn't ...
2
votes
6answers
553 views
Secure cloud based code storage and syncing across multiple computers
I've been thinking recently about how and where I keep my code - I work across multiple locations, with at least three different computers and I'm considering how I manage my code across these ...
3
votes
3answers
595 views
People's experience of Cloud Computing (using Force.com) [closed]
I would like to know about people's experience of working with APEX and the SalesForce.com platform, was it easy to work with? How similar to Java and C# is it? What did you like? What don't you like? ...
0
votes
3answers
113 views
Local and cloud editions?
I have a .NET web server application I'm building that I plan to host at a .NET cloud hosting platform, like AppHarbor with SQL server. It will be used by multiple small groups of people to record and ...
1
vote
3answers
140 views
How should I communicate the specifics of cloud computing (as compared to other)
A meeting today went well where I explained that cloud computing which one of the persons recognized was something else than a traditional RDBMS and I said that cloud computing is that everthing is ...
0
votes
6answers
551 views
Do some languages make it easier to build graphically-intensive GUIs?
I made an algorithm that has a good potential use for a commercial application. I'm thinking of making a GUI, and since it's computationally expensive, I'm thinking of putting it "on the cloud" to ...
2
votes
1answer
80 views
How can you demonstrate scalabity and load balancing property of a cloud application on Windows Azure?
For my project I want to develop an web application with Windows Azure as the platform using C# language. The idea is to host the website of a University on the cloud. Whenever it announces the ...
4
votes
2answers
249 views
What is a good intro to cloud-computing architecture?
Awhile ago I tried reading about Google App Engine, from its site and from the Wikipedia article. What I realized was that not only did I not understand what it did, I didn't even know what problem it ...
1
vote
1answer
96 views
Should there be restrictions on the use of the word “cloud”? [closed]
There have been fairly frequent instances of services being completely unavailable as a result of a single site outage, despite those services being "on the cloud".
To me, this completely defeats the ...
0
votes
5answers
270 views
Do Web Applications and The Cloud provide better Career Opportunities than Systems Programming?
As the years progress , I can't help but see how web apps and the cloud is replacing normal computer software. Developers of systems programming languages like C/C++ are going down the hill and PHP / ...