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


Groups > comp.lang.python > #44667

Highest performance Python framework for API exposure?

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!post.news.xs4all.nl!not-for-mail
Return-Path <alec.taylor6@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.149
X-Spam-Level *
X-Spam-Evidence '*H*': 0.74; '*S*': 0.04; 'interfaces': 0.04; 'subject:Python': 0.06; 'python': 0.11; 'json,': 0.16; 'subject:API': 0.16; 'thanks,': 0.17; 'appreciated.': 0.29; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'framework': 0.33; 'requirement': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'initially': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'eventually': 0.60; 'serving': 0.60; 'act': 0.63; 'between': 0.67; '(incl.': 0.84; 'alec': 0.84; 'downloadable': 0.84; 'expose': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=fuLcoX/SffZDVEShqx+6stXU8CuXgtZag4iAI5WFcfU=; b=wIVQTaRoO2wEE0sVRB/pxG8z+GzHDIUBl9tMVq1kl7Nd6T1UOqFm8Zm6cjQv06fv+Z VBkGkWqFsI0lAaWTPmHop12qUJeGdr6297KSVVgcf6MBJPh/5qk/JsIkWl3aG1dRgn5h YVl+sjFWrogfZsMrEQhFiZ31SuDvehAfT7CvUCoW2O05JFTKbOGnfvgaNuA80hhA4+S1 H72PW56m1vikXDEL/YnqwxHk9EOcRuUsYUiwu8eRcbM/mBDe/uYSlwdnm+AMO6LFlH4i zE1r7C5UbngrlRuMI+AO4Rqx+e4X7T6PC2HvmkTPFF5q5QIhkLjFnXP7V9zJdHo0wMaa hMkQ==
MIME-Version 1.0
X-Received by 10.50.2.97 with SMTP id 1mr5521320igt.3.1367590973190; Fri, 03 May 2013 07:22:53 -0700 (PDT)
Date Sat, 4 May 2013 00:22:53 +1000
Subject Highest performance Python framework for API exposure?
From Alec Taylor <alec.taylor6@gmail.com>
To "comp.lang.python" <python-list@python.org>
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 <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.1269.1367590981.3114.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1367590981 news.xs4all.nl 15983 [2001:888:2000:d::a6]:43288
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44667

Show key headers only | View raw


Which Python framework has benchmarked the highest?

I am looking for a solution to initially run on Heroku or OpenShift;
but eventually run on a pure IaaS.

Will expose the interfaces RESTfully as JSON, purposed to act as the
"glue" between the endpoints, databases (incl. caches) and queues.

An additional requirement is support for serving static, downloadable
content efficiently.

Currently looking at Falcon, Bottle and Werkzeug.

Suggestions are greatly appreciated.

Thanks,

Alec Taylor

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


Thread

Highest performance Python framework for API exposure? Alec Taylor <alec.taylor6@gmail.com> - 2013-05-04 00:22 +1000
  Re: Highest performance Python framework for API exposure? Roy Smith <roy@panix.com> - 2013-05-03 20:18 -0400

csiph-web