Virtual Private Servers: After getting an application up and running on a VPS with ubuntu, what types of issues are likely to occur next?
-
I'm trying to figure out what to read to prepare myself for issues that are likely to occur. Right now there is only a very small number of users and information in the database (postgres). What types of issues are likely to occur as an application attempts to grow from small to bigger.
-
Answer:
Database performance, more query means your database process speed will be slowing down. Resource usage, as the time goes, a fully used web apps will accessed by a lot of people and makes a huge resource usage, try to optimize your VPS configuration by replacing some application with a lightweight one, e.g. replace sendmail with postfix, replace openssh with dropbear, replace apache with nginx/lighttpd, etc. I think those two always appears in any growing web apps. Try to join http://lowendtalk.com to discuss about extreme VPS optimization, and don't forget to find another solutions from http://howtoforge.com and http://stackexchange.com.
Rikky Yoelanda Putra at Quora Visit the source
Other answers
Whether it's shared hosting, VPS or a deicated server, the issues are the same, they just occur ar different points in the lifecycle of the site. Forget "VPS", forget "Ubuntu" and worry about what's going to happen to your app and your database as usage grows, assuming infinite storage and infinite bandwidth. (You can always buy more storage and more bandwidth by clicking a box on a form.) Worry about whether your app and database desin can handle the load it's going to get - you can't change that as easily unless you design for that expansion.
Al Klein
Related Q & A:
- How to check if application is still running on Android?Best solution by Stack Overflow
- What types of jobs can you get with a degree in Business Administration?Best solution by Yahoo! Answers
- What types of jobs are available at a magazine?Best solution by Yahoo! Answers
- What types of jobs can you get with a history major?Best solution by Yahoo! Answers
- What types of jobs can you get with a "Public Health" major?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.