Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'suggestions,': 0.07; 'dependency': 0.09; 'orm': 0.09; 'subject: [': 0.09; 'python': 0.11; 'chance?': 0.16; 'fine;': 0.16; 'rewriting': 0.16; 'sqlalchemy': 0.16; 'subject:] "': 0.16; 'subject:skip:m 10': 0.16; 'bit': 0.19; 'replacing': 0.19; '(like': 0.30; 'leveraging': 0.30; 'message-id:@mail.gmail.com': 0.30; 'another': 0.32; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'c++': 0.36; 'thanks': 0.36; 'should': 0.36; 'performance': 0.37; 'to:addr:python-list': 0.38; 'highest': 0.39; 'to:addr:python.org': 0.39; 'removing': 0.60; 'more': 0.64; 'capable': 0.67; 'boost': 0.70; 'lack': 0.78; 'alec': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=eX8r6tfbWhSRrpVkxU/PkJrssQcJXgUdvOsTPBH54Zw=; b=PkTKUWtQ8WpWTB77K63PFKjpPoueq1wZqVOcjCNTaEcBxrZe1GCAQQ3N91jBbYwvPb CoXmkF0wxwu4vn/HD5Q7JQGnuKbzb03ZzxJZuCUjaEwwC6Fggobgf4dqqedr7lSi60tO kmjpClZMJ8jKQpDGhuSR3YbCgTaw/g/xioL3h5+fJnlpRQgx3cJ+fMSe3xB73ztd6P/d xzqxI3CZ0ft+GgPpxg3zqa/h+l0nGCxR+KKxTc0HLmYyay0U2dxlnPbdz1FCk4C9LVEO jUS4D9zAI+JjP19qd7IZGHIi9vy4Ki2n3kn6xzCH/Nn76wxPJJnif0J1oPu6B9rwLg5c /DTw== MIME-Version: 1.0 X-Received: by 10.224.28.130 with SMTP id m2mr58945876qac.98.1384271593577; Tue, 12 Nov 2013 07:53:13 -0800 (PST) Date: Wed, 13 Nov 2013 02:53:13 +1100 Subject: Highest performance [benchmarked] "HTTP microframework"? From: Alec Taylor To: "comp.lang.python" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384271599 news.xs4all.nl 15984 [2001:888:2000:d::a6]:36885 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59211 E.g.: using Cython I am currently using Bottle, and it's fine; but provides much more than I need. Investigating rewriting in C++; perhaps using restcgi. Can give that restcgi a bit of a rewrite, removing the boost dependency and replacing it with a C++11 dependency. However given the lack of a "neat" ORM in C++ with a large variety of backends (like SQLalchemy has); I would be leveraging boost::Python or similar. So maybe I should give Python another chance? - What's the highest performance Python "HTTP microframework" capable of routing with decorators? Thanks for all suggestions, Alec Taylor