Python Web
Updated:
Contents
There is an issue that our pyramid based website is so slowly, and the connection is always blocked whenever the client counts rise. It’s started by pserve, a script file inside pyramid project, and the configure file here:1234[server:main]use = egg:waitress#mainhost = 0.0.0.0port = xxx
The web server of it used is waitress Github The arguments
Waitress is a WSGI server. Here is the wikipedia page of Web Server Gateway Interface, and here is the official portal: PIP3333. Here are some tutorial 简介、wsgi.org