Can be tornado server in py4web used for production?

79 views
Skip to first unread message

Christian Varas

unread,
Mar 10, 2021, 2:59:28 PM3/10/21
to py4web
Hi, 

I’m wondering if tornado server can be used for an app in production. Tornados is fast and looks like efficient.

From tornado webpage:
“”” Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal forlong pollingWebSockets, and other applications that require a long-lived connection to each user”””

Or Nginx would be the best approach?


Cheers.
Chris.

Massimo

unread,
Mar 27, 2021, 1:20:58 PM3/27/21
to py4web
I think nginx does useful stuff like filter ips, server multiple apps (other than py4web), faster and serving static files, round robin. It is convenient to have py4web + tornado behind nginx in production but not strinctly needed.
Reply all
Reply to author
Forward
0 new messages