On Sat, Jan 4, 2014 at 3:26 PM, Alec Taylor <alec.tayl...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to