deploy web2py with gunicorn, Nginx y HTTPS

95 views
Skip to first unread message

cabildocl

unread,
Sep 12, 2020, 11:10:10 AM9/12/20
to web2py-users
I wrote an article in Spanish on how to deploy web2py with https



Kevin Keller

unread,
Sep 12, 2020, 8:39:36 PM9/12/20
to web2py-users
Gracias!

Am Sa., 12. Sept. 2020 um 17:10 Uhr schrieb cabildocl <cab...@gmail.com>:
I wrote an article in Spanish on how to deploy web2py with https



--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/05dee14b-7dd8-439f-88f5-68b759a43716n%40googlegroups.com.

Jacinto Parga

unread,
Sep 13, 2020, 6:15:40 PM9/13/20
to web2py-users
Perfect. Gracias 

xgp.l...@gmail.com

unread,
Apr 17, 2022, 7:29:34 PM4/17/22
to web2py-users
Hi all,

What are the advantages when using Gunicorn?


Cheers,

Massimo Di Pierro

unread,
May 7, 2022, 2:05:24 AM5/7/22
to web2py-users
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.
Reply all
Reply to author
Forward
0 new messages