logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

circuits.web3 - Web Server and testing tool

Author

       James Mills <prologic@shortcircuit.net.au>

       This manual page was written by Daniele Tricoli <eriol@mornie.org>, for the Debian project  (but  may  be
       used by others).

circuits 2.0.2                                      Jun 2011                                    circuits.web3(1)

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]

See Also