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


Groups > comp.lang.python > #63110

Re: Highest performance HTTP REST microframework?

References <CAO+9iGe3GA7yWJVyew_o=+tXfpnG-XNhudCAPMo5rJzbrMNjAA@mail.gmail.com>
Date 2014-01-04 16:35 +1100
Subject Re: Highest performance HTTP REST microframework?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4890.1388813723.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

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

csiph-web