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


Groups > comp.lang.python > #31060

Porting notmm to pep 3333 and mod_wsgi

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <animelovin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'utf-8': 0.07; 'scripts': 0.09; 'python': 0.09; 'bindings': 0.09; 'experimental': 0.09; 'pep': 0.09; 'cc:addr:python-list': 0.10; 'django': 0.10; '2.7': 0.13; ':-)': 0.13; 'apache': 0.13; 'encoding': 0.15; 'backward': 0.16; 'decoding': 0.16; 'experimented': 0.16; 'hackers': 0.16; 'nginx)': 0.16; 'received:209.85.216.53': 0.16; 'wsgi': 0.16; 'unicode': 0.17; 'app': 0.19; 'changes': 0.20; 'minor': 0.22; 'cheers,': 0.23; 'cc:2**0': 0.23; 'apps': 0.23; "haven't": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'developers': 0.26; 'compiled': 0.27; 'besides': 0.27; 'newer': 0.27; 'rest': 0.28; 'fine': 0.28; 'us!': 0.29; "i'm": 0.29; '(and': 0.32; 'info': 0.32; 'club': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'updated': 0.34; 'donations': 0.35; 'received:209.85': 0.35; 'next': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'announce': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'problems': 0.36; 'possible': 0.37; 'received:209': 0.37; 'far': 0.37; 'received:209.85.216': 0.37; 'green': 0.38; 'release': 0.39; 'header:Received:5': 0.40; 'header:Message-Id:1': 0.62; 'received:96': 0.62; 'visit:': 0.62; 'more': 0.63; 'serving': 0.66; 'etienne': 0.84; 'glad': 0.86; 'serious': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=cmKkk5tz86vDqC+VzmutGcz6rgwTzduwdqhNgogyeFE=; b=tfedDC6LUiRqU8zsRZv83xe8jSgMrE/0/SKmiSIHDTHvP39yiprAmSaEiOdyBs6IPU HGMwxu+n5gEpB3oyX8nslRF7b2R8yRubpLW8hxxOHfi/M11eFUBaUukuXWu/yn6wTmh2 /X95NLKhP+IcUPE6H2dvSzeESgzK/eoFlI7VqEk8xSZUAR4a4y1I7Epq4DRG46swDcor NcZD8o706rdJ++poYTEK/GJ0784IemhWMGARWCaASfd71qwCYE2+WZOowP/zrImPfi+S RfJ24abfixOlaSWB7c3Dn/ypvGVST2ZZ5cEwg8W8dlLzzLzjJVMoT2CchB7x/x8rWqMd 3zQg==
Date Tue, 9 Oct 2012 20:58:43 -0400
From Etienne Robillard <animelovin@gmail.com>
To Graham.Dumpleton@gmail.com
Subject Porting notmm to pep 3333 and mod_wsgi
X-Mailer Sylpheed 3.2.0 (GTK+ 2.24.10; i686-pc-linux-gnu)
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
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.2018.1349830719.27098.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1349830719 news.xs4all.nl 6925 [2001:888:2000:d::a6]:47220
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31060

Show key headers only | View raw


Hi,

Has PEP-3333 introduced backward incompatibilities or changes in unicode encoding
and decoding or should this updated pep require python 3 to make mod_wsgi working with wsgi 1.0 (pep-333)
scripts ? Moreover is it possible to use python 2.7 with mod_wsgi at all without the utf-8 
encoding errors? 

Besides theses minor Unicode encoding problems I'm glad to announce experimental mod_wsgi support for notmm 
on python 2.7.3. I will also include a sample app into the next notmm release as a proof-of-concept for Django-based
projects but so far I haven't found more serious problems following the standard documentation in mod_wsgi 3.4... 

Furthermore this newer support for mod_wsgi should allow experimented Django developers to use mod_wsgi and Apache as an alternative to FastCGI (and nginx) for serving high-performance Django apps compiled into optimized C bindings using Cython and notmm! :-)  

Cheers,
Etienne

-- 
Etienne Robillard
Green Tea Hackers Club
Fine Software Carpentry For The Rest Of Us!
http://gthc.org/
erob@gthcfoundation.org

Donations for the notmm project are accepted through Pledgie.com. 
For more info please visit: 
http://pledgie.com/campaigns/16268

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


Thread

Porting notmm to pep 3333 and mod_wsgi Etienne Robillard <animelovin@gmail.com> - 2012-10-09 20:58 -0400

csiph-web