1
I have a PHP (codeigniter + Mysql) application hosted in a shared web environment. The access of visualization and writing in database have increased a lot in recent times and I am having problems of "throttling" (CPU Throttling) by the hosting server.
I’ve reached the point where I have to change servers due to the slowness the site is undergoing. I have about 10 thousand people connected at the same time and those connected less 8 thousand write something in the database.
Which to choose between Dedicated and VPS?
I have read so much about them that I was confused and would like to know in practice from you.
I believe that you should not even consider Dedicated, after all, the best option for you is to go to the cloud, using an AWS EC2 instance or the equivalent on another cloud vendor
– gpupo
I agree with @gpupo, there are many good companies that help you scale your system as it grows. (Digitalocean, Linode, Heroku, AWS, etc..)
– Kazzkiq
But why use the cloud? Performance, security?
– ptkato
Thank you guys. You’ve opened my mind. We’re still studying the cloud issue. :)
– Oli Veira