Above diagram described the simplest scenario for rolling out Fantastico to production. You can use this scenario for minimalistic web applications like:
- Presentation website
- Personal website
- Blog
We usually recommend to start with this deployment scenario and the migrate to more complex scenarios when you application requires it.
Advantages | Disadvantages |
---|---|
Extremely easy to deploy | Does not scale well for more than couple of requests / second |
Minimal os configuration | All components are bundled on one node without any failover. |
Automatic scripts for configuring the os | Does not support vertical scaling out of the box. |
Easy to achieve horizontal scaling for all components at once. | Static files are not served from a cdn. |
It is usually a good idea to change the number of parallel connections supported by your linux kernel: