Mobile app version of vmapp.org
Login or Join
Vandalay111

: Scaleable way to host PHP web service? This is my first time working on a project like this, and i'm not sure where to turn next or how i should go about launching. Currently the site consists

@Vandalay111

Posted in: #Php #Scalability #WebHosting

This is my first time working on a project like this, and i'm not sure where to turn next or how i should go about launching.

Currently the site consists of PHP and html files in a "/public_html" directory with godaddy hosting.

I don't know much about bandwidth or server requirements needed. But clients create directories (unknowingly) and users can view the content generated for the specific clients directory. I estimate to start, there would be around 25 clients with anywhere from 2-30 active users viewing the clients generated pages.

How can i make this scaleable? So i won't have to worry about switching hosts? Do i just go with a typical godaddy (or any other hosting company) plan? Im new to this.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

You could look at a VPS (Virtual Private Server, sometimes referred to as a blade), which basically is a large server shared with multiple users, but in a way they can not interfere with eachother (one could be using 100% of its CPU without you knowing so).

They can easily be upgraded, you can add memory, or cpu, or bandwidth, or all of it, just by going to your controlpanel and click upgrade.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme