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


Groups > comp.lang.python > #88277

Re: Python 3 lack of support for fcgi/wsgi.

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <aberg010@my.HennepinTech.edu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'subject:support': 0.07; 'pep': 0.09; 'recommends': 0.09; 'python': 0.11; '333': 0.16; 'choice,': 0.16; 'wsgi': 0.16; 'wrote:': 0.18; 'deployment': 0.19; 'seems': 0.21; 'header:User- Agent:1': 0.23; 'days,': 0.24; 'gateway': 0.24; 'looks': 0.24; 'subject:/': 0.26; 'supported': 0.26; 'defined': 0.27; 'header:In- Reply-To:1': 0.27; 'programming.': 0.30; 'received:10.0.0': 0.31; 'but': 0.35; 'interface,': 0.36; 'module.': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'server': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'john': 0.61; 'first': 0.61; 'more': 0.64; 'different': 0.65; 'world': 0.66; 'short,': 0.84; 'choice.': 0.93; 'directly.': 0.95
Date Sun, 29 Mar 2015 14:06:59 -0500
From Andrew Berg <aberg010@my.hennepintech.edu>
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version 1.0
To <python-list@python.org>
Subject Re: Python 3 lack of support for fcgi/wsgi.
References <mf9hu0$jpu$1@dont-email.me>
In-Reply-To <mf9hu0$jpu$1@dont-email.me>
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding 7bit
X-Originating-IP [73.5.142.244]
X-ClientProxiedBy CY1PR0601CA0033.namprd06.prod.outlook.com (25.160.162.43) To BY1PR03MB1498.namprd03.prod.outlook.com (25.162.210.144)
Authentication-Results python.org; dkim=none (message not signed) header.d=none;
X-Microsoft-Antispam UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1498;
X-Forefront-Antispam-Report BMV:1; SFV:NSPM; SFS:(10019020)(6009001)(6049001)(24454002)(75432002)(77156002)(59896002)(2950100001)(76176999)(50986999)(450100001)(62966003)(40100003)(122386002)(77096005)(2351001)(46102003)(89122001)(92566002)(107886001)(50466002)(33656002)(88552001)(110136001)(87266999)(47776003)(87976001)(42186005)(54356999)(66066001)(65806001)(65956001)(23676002); DIR:OUT; SFP:1102; SCL:1; SRVR:BY1PR03MB1498; H:[10.0.0.21]; FPR:; SPF:None; MLV:sfv; LANG:en;
X-Microsoft-Antispam-PRVS <BY1PR03MB1498D6F025960AE0C7D07630DDF60@BY1PR03MB1498.namprd03.prod.outlook.com>
X-Exchange-Antispam-Report-Test UriScan:;
X-Exchange-Antispam-Report-CFA-Test BCL:0; PCL:0; RULEID:(601004)(5002010)(5005006); SRVR:BY1PR03MB1498; BCL:0; PCL:0; RULEID:; SRVR:BY1PR03MB1498;
X-Forefront-PRVS 0530FCB552
X-OriginatorOrg my.hennepintech.edu
X-MS-Exchange-CrossTenant-OriginalArrivalTime 29 Mar 2015 19:07:05.6563 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped BY1PR03MB1498
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.312.1427656036.10327.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1427656036 news.xs4all.nl 2834 [2001:888:2000:d::a6]:49064
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:88277

Show key headers only | View raw


On 2015.03.29 13:57, John Nagle wrote:
> There's "wsgiref", which looks more promising, but has a different
> interface.  That's not what the Python documentation recommends as
> the first choice, but it's a standard module.
Oh?

> These days, FastCGI is never used directly. Just like mod_python, it is only used for the deployment of WSGI applications.
> ...
> The Web Server Gateway Interface, or WSGI for short, is defined in PEP 333 and is currently the best way to do Python web programming.

It seems to me that FastCGI isn't well supported in the Python world because
WSGI is by far the recommended choice.

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


Thread

Python 3 lack of support for fcgi/wsgi. John Nagle <nagle@animats.com> - 2015-03-29 11:57 -0700
  Re: Python 3 lack of support for fcgi/wsgi. Andrew Berg <aberg010@my.hennepintech.edu> - 2015-03-29 14:06 -0500
  Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 06:11 +1100
    Re: Python 3 lack of support for fcgi/wsgi. John Nagle <nagle@animats.com> - 2015-03-29 15:37 -0700
      Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 09:58 +1100
        Re: Python 3 lack of support for fcgi/wsgi. Paul Rubin <no.email@nospam.invalid> - 2015-03-29 18:03 -0700
          Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 12:22 +1100
            Re: Python 3 lack of support for fcgi/wsgi. Paul Rubin <no.email@nospam.invalid> - 2015-03-29 19:16 -0700
              Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 13:30 +1100
                Re: Python 3 lack of support for fcgi/wsgi. Paul Rubin <no.email@nospam.invalid> - 2015-03-29 19:51 -0700
                Re: Python 3 lack of support for fcgi/wsgi. Chris Angelico <rosuav@gmail.com> - 2015-03-30 14:06 +1100
                Re: Python 3 lack of support for fcgi/wsgi. Rustom Mody <rustompmody@gmail.com> - 2015-03-29 20:20 -0700
                Re: Python 3 lack of support for fcgi/wsgi. Paul Rubin <no.email@nospam.invalid> - 2015-03-29 21:35 -0700
                Re: Python 3 lack of support for fcgi/wsgi. Chris Angelico <rosuav@gmail.com> - 2015-03-30 15:47 +1100
                Re: Python 3 lack of support for fcgi/wsgi. Denis McMahon <denismfmcmahon@gmail.com> - 2015-03-30 18:15 +0000
                Re: Python 3 lack of support for fcgi/wsgi. Rustom Mody <rustompmody@gmail.com> - 2015-03-29 22:03 -0700
                Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 14:22 +1100
          Re: Python 3 lack of support for fcgi/wsgi. John Nagle <nagle@animats.com> - 2015-03-29 19:11 -0700
            Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-30 13:28 +1100
            Re: Python 3 lack of support for fcgi/wsgi. John Nagle <nagle@animats.com> - 2015-03-30 13:07 -0700
              Re: Python 3 lack of support for fcgi/wsgi. Terry Reedy <tjreedy@udel.edu> - 2015-03-30 19:02 -0400
              Re: Python 3 lack of support for fcgi/wsgi. Ben Finney <ben+python@benfinney.id.au> - 2015-03-31 10:30 +1100
          Re: Python 3 lack of support for fcgi/wsgi. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-30 11:29 +0100
      Re: Python 3 lack of support for fcgi/wsgi. Michael Torrie <torriem@gmail.com> - 2015-03-29 21:30 -0600
      Re: Python 3 lack of support for fcgi/wsgi. Carl Meyer <carl@oddbird.net> - 2015-03-29 21:50 -0600
      Re: Python 3 lack of support for fcgi/wsgi. INADA Naoki <songofacandy@gmail.com> - 2015-03-30 13:45 +0900
  Re: Python 3 lack of support for fcgi/wsgi. Marko Rauhamaa <marko@pacujo.net> - 2015-03-29 22:42 +0300
  Re: Python 3 lack of support for fcgi/wsgi. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-30 08:40 +1100
    Re: Python 3 lack of support for fcgi/wsgi. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-29 23:04 +0100
  Re: Python 3 lack of support for fcgi/wsgi. Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-03-30 00:56 +0000
  Re: Python 3 lack of support for fcgi/wsgi. Denis McMahon <denismfmcmahon@gmail.com> - 2015-03-30 17:21 +0000

csiph-web