Highest performance HTTP REST microframework?

Chris Angelico rosuav at gmail.com
Sat Jan 4 00:35:14 EST 2014


On Sat, Jan 4, 2014 at 3:26 PM, Alec Taylor <alec.taylor6 at 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



More information about the Python-list mailing list