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


Groups > comp.lang.python > #53245

Re: Moving to Python for web

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.058
X-Spam-Evidence '*H*': 0.89; '*S*': 0.01; 'subject:Python': 0.06; 'init': 0.07; 'utf-8': 0.07; 'cc:addr:python-list': 0.11; 'andreas': 0.16; 'sane': 0.16; 'ubuntu,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'stuff': 0.32; 'run': 0.32; 'running': 0.33; '(e.g.': 0.33; 'sense': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'pm,': 0.38; 'how': 0.40; 'from:charset:utf-8': 0.61; 'decided': 0.64; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; '8bit%:43': 0.74; 'protect': 0.79; 'subject:Moving': 0.84; 'url:tk': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=igVpmNqhPniigMIZrr4Y3w+hdhcWRGH8d8CGvs/mLPo=; b=YY2Nth+H6KHrIXWwKlYt6gTOyMMiGtg7qgrOxRCPWy1Ubyi1ZL84BLJUGU1kHKmgks os7M2yhjCxp5dSVRlUeJJpu1f2ICiaCHHRc5WXBCfr8e9OhER4pEhzwVl+PIBU3arm+e jF3Y9uJvS05xAZoc5WVEW++AJoTOmCZlY0n0gZuROd9C3v4oKzMIsrkATT1nB5JtC61w Mx8Y3NRKgBju0WlMqM5/eAfcPmG1Sz7ebEYDv/dGvncDT3PYYmkaIP0HXpKClt8diScO 4rHbIYFN7b4ytflF5nBzd7qKE3G06dxjwNdflBkV9pyASAjNpcPJvTUt6pfOJ7rk1Cqd EOEw==
MIME-Version 1.0
X-Received by 10.52.101.166 with SMTP id fh6mr1110959vdb.30.1377781803349; Thu, 29 Aug 2013 06:10:03 -0700 (PDT)
In-Reply-To <05537ea8-4993-4ad2-baa7-4ccdf5268c5d@googlegroups.com>
References <52bbd0bc-7c3e-4c85-bfe1-7fd4912945be@googlegroups.com> <05537ea8-4993-4ad2-baa7-4ccdf5268c5d@googlegroups.com>
Date Thu, 29 Aug 2013 15:10:03 +0200
Subject Re: Moving to Python for web
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Andreas Ecaz <ecazs.net@gmail.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.364.1377781805.19984.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1377781805 news.xs4all.nl 15889 [2001:888:2000:d::a6]:47728
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53245

Show key headers only | View raw


On Thu, Aug 29, 2013 at 2:45 PM, Andreas Ecaz <ecazs.net@gmail.com> wrote:
> I've decided to go with Flask! It's now running on UWSGI with NGINX. Hopefully I can get some stuff done :)

How are you running uWSGI?  On sane (non-Windows) OSes, I recommend
using the uWSGI Emperor, which will protect you from your website
going down when something crashes.  You run the Emperor through your
OS’s init system (e.g. upstart in Ubuntu, systemd in many others).

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

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


Thread

Moving to Python for web ecazs.net@gmail.com - 2013-08-28 13:14 -0700
  Re: Moving to Python for web Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-28 17:08 -0400
    Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-28 14:25 -0700
      Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-28 14:36 -0700
  Re: Moving to Python for web sepatan@sibmail.com - 2013-08-29 09:36 +0700
  Re: Moving to Python for web "Sam Fourman Jr." <sfourman@gmail.com> - 2013-08-28 22:18 -0400
  Re: Moving to Python for web Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-08-29 11:05 +0200
  Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-29 05:45 -0700
    Re: Moving to Python for web Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-08-29 15:10 +0200
      Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-29 07:18 -0700
    Re: Moving to Python for web Wayne Werner <wayne@waynewerner.com> - 2013-09-05 15:26 -0500

csiph-web