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


Groups > comp.lang.python > #20054 > unrolled thread

Re: standalone python web server

Started byanon hung <anonhung@gmail.com>
First post2012-02-09 06:05 +0100
Last post2012-02-09 06:05 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: standalone python web server anon hung <anonhung@gmail.com> - 2012-02-09 06:05 +0100

#20054 — Re: standalone python web server

Fromanon hung <anonhung@gmail.com>
Date2012-02-09 06:05 +0100
SubjectRe: standalone python web server
Message-ID<mailman.5569.1328763938.27778.python-list@python.org>
>> 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.

How about cherrypy?

Best,
anonhung


-- 
Viktor Orban Prime minister of Hungary
http://spreadingviktororban.weebly.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web