Re: [web2py] Re: Best practice regarding applications

2017-09-07 Thread Chinh Dang
You may also want to consider the availability of your applications. By having all your apps on a single server and if the server is down, all your apps will also be impacted. Unless, you have high availability built in at the server level, i.e. cluster. On Sep 7, 2017 7:00 AM, "Najtsirk" wrote:

[web2py] Re: Best practice regarding applications

2017-09-07 Thread Najtsirk
Thanks! On Saturday, 2 September 2017 06:16:17 UTC+2, Massimo Di Pierro wrote: > > It is fine to have one web2py and as many domains as you need. It should > not affect performance provided you take advantage of the cores you have. > That means you want to make sure you use nginx+uwsgi or gevent

[web2py] Re: Best practice regarding applications

2017-09-01 Thread Massimo Di Pierro
It is fine to have one web2py and as many domains as you need. It should not affect performance provided you take advantage of the cores you have. That means you want to make sure you use nginx+uwsgi or gevent or gunicorn and have about one process per core. On Friday, 1 September 2017 05:17:42