Gunicorn creates processes, not threads so if you have multiple CPUs is 
takes advantage of them. Threads in python do not work as well because of 
the GIL and some times make things worse.

On Sunday, 17 April 2022 at 16:29:34 UTC-7 xgp.l...@gmail.com wrote:

> Hi all,
>
> What are the advantages when using Gunicorn?
>
>
> Cheers,
>
> El domingo, 13 de septiembre de 2020 a las 17:15:40 UTC-5, 
> jpa...@gmail.com escribió:
>
>> Perfect. Gracias 
>>
>>
>> El sábado, 12 de septiembre de 2020 a las 17:10:10 UTC+2, cabildocl 
>> escribió:
>>
>>> I wrote an article in Spanish on how to deploy web2py with https
>>>
>>>
>>> http://cabildocl.blogspot.com/2020/09/implementar-web2py-con-gunicorn-nginx-y.html
>>>
>>>
>>>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/8c9b83d6-9967-467d-8dad-cc1a6078c4d5n%40googlegroups.com.

Reply via email to