On Feb 8, 2012, at 11:01 PM, Rita <rmorgan...@gmail.com> 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 > > > -- > --- Get your facts first, then you can distort them as you please.-- > -- > http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list