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


Groups > comp.lang.python > #63110 > unrolled thread

Re: Highest performance HTTP REST microframework?

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-04 16:35 +1100
Last post2014-01-04 16:35 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Highest performance HTTP REST microframework? Chris Angelico <rosuav@gmail.com> - 2014-01-04 16:35 +1100

#63110 — Re: Highest performance HTTP REST microframework?

FromChris Angelico <rosuav@gmail.com>
Date2014-01-04 16:35 +1100
SubjectRe: Highest performance HTTP REST microframework?
Message-ID<mailman.4890.1388813723.18130.python-list@python.org>
On Sat, Jan 4, 2014 at 3:26 PM, Alec Taylor <alec.taylor6@gmail.com> wrote:
> 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.

What do you mean by performance? Most of the time is going to be spent
waiting for the network. Are you looking for maximum concurrent
requests handled? Minimum latency/overhead? Something else?

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web