Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20049

Re: standalone python web server

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: standalone python web server
Date 2012-02-08 23:31 -0500
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-2A8670.23315408022012@news.panix.com> (permalink)
References <CAOF-KfgK0YcmqQ3BKS_2arX5-WVpk--Txq2dEQCTg7dy4V4LTw@mail.gmail.com> <mailman.5563.1328760741.27778.python-list@python.org>

Show all headers | View raw


In article <mailman.5563.1328760741.27778.python-list@python.org>,
 Rodrick Brown <rodrick.brown@gmail.com> wrote:

> On Feb 8, 2012, at 11:01 PM, Rita <rmorgan466@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
>

Another one to look at is gunicorn.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: standalone python web server Rodrick Brown <rodrick.brown@gmail.com> - 2012-02-08 23:12 -0500
  Re: standalone python web server Roy Smith <roy@panix.com> - 2012-02-08 23:31 -0500

csiph-web