circuits.web3 - Web Server and testing tool
Contents
Description
circuits.web3 is a component based, event-driven light weight and high performance HTTP/WSGI framework.
circuits.web3 applications are stand-alone applications with a high performance, multi-process web server
with great concurrent scalability with full support for WSGI and deployment with other web servers.
Name
circuits.web3 - Web Server and testing tool
Options
-baddress:[port]
Bind to address:[port]. Default address is 0.0.0.0:8000.
-d Enable debug mode.
-j Use python JIT (psyco) if it is available.
-mnumber
Specify number of processes to start (multiprocessing).
-p Enable execution profiling support.
-sserver
Specify server to use.
-ttype
Specify type of poller to use. type can be epoll, poll or select. Default type is select.
-v Enable WSGI validation mode.
Synopsis
circuits.web3 [options] [docroot]
