Which webserver to use with bottle?

luc picture luc · May 31, 2010 · Viewed 13.6k times · Source

Bottle can use several webservers:

Build-in HTTP development server and support for paste, fapws3, flup, cherrypy or any other WSGI capable server.

I am using Bottle for a desktop-app and I guess that the development server is enough in this case. I would like to know if some of you have experience with one of the alternative server.

Which server for which purpose?

Answer

codeape picture codeape · May 31, 2010

Python WSGI web apps work fine in Apache, using mod_wsgi.

On Windows, I have WSGI web apps in production on IIS using isapi-wsgi