Questions tagged [cloud-hosting]

Cloud hosting is hosting a service, commonly a website, on multiple distributed servers. Like a server farm, this provides greater performance (through load balancing) and availability than using a single server, but the distributed nature of the cloud means requests can be serviced closer to the client and makes it more tolerant of network failures.

Benefits of cloud hosting

Cloud hosting benefits the users from various angles. Scalability and cost efficiency are the commonly known advantages.

As the technology is highly scalable (load balancing, hardware upgrades, etc), website expansion can be done with minimum limitations. Think about the hassle of migrating your website from a shared server to a dedicated server; think about server crash when your website experienced a sudden surge – all these problem can be avoided easily by switching to cloud hosting.

Cost is another huge plus if you need a lot of processing power. Cloud hosting companies charge their users based on the quantity of computing power consumed. It’s like your electricity and water supply bills – it’s pay-per-use thus gone are the days where you need to reserve massive server powers to avoid website crash from sudden traffic surge.

Major disadvantage with cloud hosting: Security

Questions like these arise when it comes to cloud hosting:

  • I am sharing the same physical hardware with other users, is my data safe?
  • Where is my data located at? (You no longer control the physical location of your data in cloud hosting)

The security issue is always one of the major questions and arguments raised when it comes to cloud hosting.

Compiled and edited from WebHostingSecretsRevealed.com

414 questions
15
votes
1 answer

What is the best way to use mongoDB with node.js?

I need to run MongoDB with node.js both locally, and on cloud services such as Nodester and MongoHQ. I would like to have minimal dependencies, for instance I don't really want to use Express or Mongoose right now. Basically, I'd like to run it as…
rob
  • 9,413
  • 6
  • 39
  • 69
14
votes
3 answers

Windows Azure Can I run multiple WebSites on the same Extra small instance or Small instance

I'm evaluating MS cloud Windows Azure for hosting 3 completely separated websites. Every website has its own database and they are not connected, so 3 websites and 3 databases. My aim is to optimize costs for a start-up project with the possibility…
GibboK
  • 64,078
  • 128
  • 380
  • 620
13
votes
2 answers

How to run a Delphi 6 executable on Windows Azure cloud platform (need tutorial/sample)?

I've been reading up on Windows Azure cloud services lately. The problem I'm running into is that the Microsoft documentation is very Visual Studio centric. The second main source of tutorials/samples are based on the PHP for Azure environment. …
Robert Oschler
  • 13,520
  • 17
  • 74
  • 209
12
votes
3 answers

Cloud Service Providers for RavenDb

Not to be confused with Shared hosting providers supporting RavenDB or other similar questions. I do not need a web host, nor want to deploy RavenDb in Embedded or Web Site mode... Question: Are there any cloud service providers for RavenDB, like…
one.beat.consumer
  • 9,197
  • 11
  • 51
  • 96
12
votes
2 answers

How do I create a shortcut folder on a linux web server?

I have some folders on my web server that link to other folders. I am wondering how this is done? Example: I want http://www.example.com/public_html/css/ to point to http://www.example.com/public_html/wp-content/themes/theme-name/css/
Jay West
  • 177
  • 10
12
votes
1 answer

Azure cloud service project configuration (.csdef and .cscfg) in multiple environments

Currently we have a development cloud services (acme-dev-service) and a production cloud service (acme-prod-service). Our current setup in our solution has a cloud service project called acme.application that uses transformation of the .cscfg and…
Colin Pear
  • 2,910
  • 1
  • 26
  • 33
12
votes
5 answers

Migrate Azure Web Site to Azure Cloud Service

I have a project and I'm planning to start the web app as an Azure Web Site and then migrate it to an Azure Cloud Service (also called Hosted Service) if it is needed as a scale strategy. The decision is because I read that Azure Web Sites are more…
kzfabi
  • 2,005
  • 19
  • 26
11
votes
3 answers

Shared hosting providers supporting RavenDB

I setup an AppHarbor application only to find out that it does not support embedded RavenDB. It looks like it may be coming soon to AppHarbor. In the mean time, all it does is throw an error as shown here. Does anyone have any recommendations for…
11
votes
4 answers

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 shared web hosting but how clouding is making a…
codebased
  • 6,488
  • 7
  • 42
  • 78
10
votes
5 answers

ASP.NET Web Forms Applications on Azure (or any cloud hosting)

This is a pretty vague question but I'm struggling a bit to get my head around what is involved in cloud hosting. Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an sql server database - Calling some external…
Luke Lowrey
  • 3,203
  • 3
  • 26
  • 40
9
votes
1 answer

How are S3 (Amazon Simple Storage System) storage prices calculated?

I'm not quite sure if this is the correct stack exchange site for this question, but i've found no site which fits better. I'm planning to use S3 for my next project, but i'm not sure how the prices for the storage is actually billed. I would have…
Malax
  • 8,858
  • 9
  • 47
  • 63
9
votes
4 answers

Architectural strategies to minimize cloud lock-in risk?

I would like to understand what is the best way to mitigate risk of vendor lock-in for cloud-based systems. For example, I'd like to deploy a multitude of different systems to, say, Amazon EC2 or Windows Azure, but I'd like to minimize the cost of…
kvista
  • 4,952
  • 1
  • 21
  • 24
9
votes
8 answers

Which video streaming platform would you choose today?

We have decided that it is time to ditch the ad-hoc method of deploying video on our web properties and pick one or more Video Platforms to handle this task for us. High level requirements are: Needs to have an easy to mount and embed player. Needs…
Wyatt Barnett
  • 15,444
  • 3
  • 31
  • 51
8
votes
5 answers

Heroku vs DotCloud vs Duostack vs other cloud/PaaS providers (Rails and non-Rails)?

We have a very simple function (We look something up from a third party database and return an answer. It's literally five lines of code.) We would like to offload this task from our main server because we expect a high volume of traffic for this…
Crashalot
  • 31,452
  • 56
  • 235
  • 393
8
votes
6 answers

Should we use PHP framework for a high scalable web site?

We are preparing to build a web site with high scale potential. If the scale comes, we want to be ready for it! We decided to use PHP, Apache and MySQL. Should we use some kind of PHP framework (PHPulse, CodeIgniter, CakePHP, Zend,...), or it's…
Cartoonle
  • 89
  • 1
  • 2
1
2
3
27 28