Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'python.': 0.02; 'mostly': 0.14; 'subject:skip:m 10': 0.16; 'written': 0.21; 'rest': 0.29; 'message-id:@mail.gmail.com': 0.30; 'interface': 0.32; 'received:google.com': 0.35; 'subject:?': 0.36; 'performance': 0.37; 'to:addr:python-list': 0.38; 'highest': 0.39; 'to:addr:python.org': 0.39; 'simple': 0.61 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=pLhYR7FoVwXKu37bd6/oEsNQciUrzyNZ4bKyu7U4IHY=; b=VK2Onw1kuLU+15dr95jMJoqevaeZTnfgbq6qEnWnoy1ek2pIz7u4sPexJJltNK44YB H/lwyIUIOEjXW1+a+S7eS3PB5+nnvQFncZQpx3FeA/I7u3wcPIY/wps9axcDetgTJEop 4hBrqgPTkV5gf02o8OyCUoEcbHu3shhSS7NPIbbdbQQMyyas21UDZsPoCvItL10mp87J 30uSa9CTGca+keF1TOrAssnV06GtbwVqNCtV7uhp2YmcQjGNQ+quQ8Hr66aRyYZQKWw0 WEg6LxlX8C5C2AZHacpnNgDLAGoZgiyAlbvdZsYTTkCcaB2GZsHIgaBCIGKI0hlWEiaY gU3Q== MIME-Version: 1.0 X-Received: by 10.224.55.197 with SMTP id v5mr155103772qag.9.1388809602026; Fri, 03 Jan 2014 20:26:42 -0800 (PST) Date: Sat, 4 Jan 2014 15:26:41 +1100 Subject: Highest performance HTTP REST 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388809611 news.xs4all.nl 2835 [2001:888:2000:d::a6]:33726 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63106 What is the highest performance REST microframework? Happy if it's mostly written in C or C++; as long as it provides a simple routes interface in Python. Currently using bottle and utilising its application, @route and app.merge(app2) extra features.