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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 polling, WebSockets, 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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.