Highest performance HTTP REST microframework?

Marc Aymerich glicerinu at gmail.com
Sat Jan 4 04:54:21 EST 2014


On Sat, Jan 4, 2014 at 5:26 AM, 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.

The biggest performance gains on HTTP architectures are usually made
by doing proper HTTP caching. Without knowing anything about your
architecture is hard to tell something more specific :)

-- 
Marc



More information about the Python-list mailing list