| 146 | reset [appname appname ...] |
| 147 | --------------------------- |
| 148 | Executes the equivalent of ``sqlreset`` for the given appnames. |
| 149 | |
| 150 | runfcgi [options] |
| 151 | ----------------- |
| 152 | Starts a set of FastCGI processes suitable for use with any web server |
| 153 | which supports the FastCGI protocol. See the `FastCGI deployment |
| 154 | documentation`- for details. Requires the Python FastCGI module from |
| 155 | `flup`_. |
| 156 | |
| 157 | .. _FastCGI deployment documentation: ../fastcgi/ |
| 158 | .. _flup: http://www.saddi.com/software/flup/ |
| 159 | |