[web2py] Re: deploy web2py with gunicorn, Nginx y HTTPS

2022-05-07 Thread Massimo Di Pierro
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.


[web2py] Re: deploy web2py with gunicorn, Nginx y HTTPS

2022-04-17 Thread xgp.l...@gmail.com
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/79d1a2f6-1a7b-4839-b129-5bd75add1684n%40googlegroups.com.


[web2py] Re: deploy web2py with gunicorn, Nginx y HTTPS

2020-09-13 Thread Jacinto Parga
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/14f19b6e-07d0-4adb-b90c-04f73f88e11fn%40googlegroups.com.