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


Groups > comp.lang.python > #20054

Re: standalone python web server

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <anonhung@gmail.com>
X-Original-To Python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.131
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.01; 'python.': 0.04; 'currently,': 0.07; 'python': 0.08; 'subject:python': 0.10; 'subject:server': 0.16; 'header:In-Reply-To:1': 0.22; 'subject:web': 0.28; 'message-id:@mail.gmail.com': 0.29; 'server': 0.30; 'host': 0.30; 'there': 0.33; 'received:209.85.212': 0.33; 'too': 0.33; 'wondering': 0.34; 'deploy': 0.34; 'root': 0.34; 'wont': 0.34; 'to:addr:python-list': 0.35; 'something': 0.35; 'to:name:python-list': 0.37; 'run': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'website': 0.65; 'prime': 0.67; 'physical': 0.79; 'hungary': 0.84; 'server)': 0.84; 'url:weebly': 0.84; 'minister': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=euufUiC5nOoEDZV0vXnD+04YFnUJ7XP2o2qRMrIoJCo=; b=s7TUK3naxcgCTF//lyZKeh7/y3vMrDyHbiGeDOmP5WHPGRXi3H05xrZOVlT58gkJAz 4E5U7vE/QsgFM+NShrk4UiQJMvoBftB27LpOonqFyNGYpj87uo/R2HkODeQUnb2chCDP 7Re20gxPaNR0E6WfkPDtfwGq7iXBZRVNrrC9E=
MIME-Version 1.0
In-Reply-To <CAHnS9C_U8VSzkih2PiShJV8eknfyu0aL7YCead8B2k0CUvUcqw@mail.gmail.com>
References <CAOF-KfgK0YcmqQ3BKS_2arX5-WVpk--Txq2dEQCTg7dy4V4LTw@mail.gmail.com> <CAHnS9C_U8VSzkih2PiShJV8eknfyu0aL7YCead8B2k0CUvUcqw@mail.gmail.com>
Date Thu, 9 Feb 2012 06:05:35 +0100
Subject Re: standalone python web server
From anon hung <anonhung@gmail.com>
To Python-list <Python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5569.1328763938.27778.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1328763938 news.xs4all.nl 6932 [2001:888:2000:d::a6]:40691
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:20054

Show key headers only | View raw


>> 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

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


Thread

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

csiph-web