Mercurial > cgi-bin > hgweb.cgi > tincan
diff doc/deployment.rst @ 63:8867b3a5c4fa draft
Some minor fixes.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 20 Jun 2019 21:52:30 -0700 |
parents | 55828c01e38f |
children | 25fdd985d046 |
line wrap: on
line diff
--- a/doc/deployment.rst Sun Jun 09 14:16:17 2019 -0700 +++ b/doc/deployment.rst Thu Jun 20 21:52:30 2019 -0700 @@ -6,7 +6,7 @@ Bottle's Built-In Server ======================== -The ``launch`` command will simply use the WSGI server built into Bottle (built into the Python standard library, actually) to serve the routes defined by the webapp. This is a multithreaded server (see the :ref:`multithreading-problem` section on the issues with multithreading), which is primarily intended for debugging and light-duty use. +The ``launch`` command will simply use the WSGI server built into Bottle (built into the Python standard library, actually) to serve the routes defined by the webapp. This is a multithreaded server (see the :ref:`multithreading-problem`), which is primarily intended for debugging and light-duty use. Static and Dynamic Routes -------------------------