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" <[email protected]> wrote:

> 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 or gunicorn
>> and have about one process per core.
>>
>> On Friday, 1 September 2017 05:17:42 UTC-5, Najtsirk wrote:
>>>
>>> Hello,
>>>
>>> after a long years of active use of web2py it came to me that probably I
>>> am not doing it as it should! :)
>>>
>>> So within one web2py i have several applications and each one is
>>> acctualy a separate site ona a different domain. Is this best pracitce or
>>> should i have one web2py instance for every site and applications are just
>>> functional subsections of the particular site?
>>>
>>> What is the performance impact of one way over the other (if any)?
>>>
>>> Thanks for your answers.
>>>
>>> Kristjan
>>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to