In article <[email protected]>, Rodrick Brown <[email protected]> wrote:
> On Feb 8, 2012, at 11:01 PM, Rita <[email protected]> wrote: > > > I am building a small intranet website and I would like to use Python. I > > was wondering if there was a easy and medium performance python based web > > server available. I would like to run it on port :8080 since I wont have > > root access also I prefer something easy to deploy meaning I would like to > > move the server from one physical host to another without too much fuss. > > > > Currently, I am using flask (development server) and everything is ok but > > the performance is really bad. > > > > Checkout TwistedWeb it's an HTTP server that can be used as a library or > standalone server. > > $ twistd web --path . --port 8080 > Another one to look at is gunicorn. -- http://mail.python.org/mailman/listinfo/python-list
