[openstack-dev] [oslo] deprecating openstack.common.wsgi

Kevin L. Mitchell kevin.mitchell at rackspace.com
Thu May 30 17:16:26 UTC 2013


On Thu, 2013-05-30 at 16:57 +0000, Kurt Griffiths wrote:
> Actually, the number of routes tested by John were anything but
> realistic, if that's what you are referring to. With something more
> like 10-20 routes, which is what you would expect with a data API,

I think 10-20 routes is actually rather low, at least for a data API as
complex as Nova.

>  Falcon still performs like a champ, and there's a tree-based router
> in the works that would make even insanely large numbers of deep
> routes perform extremely well (although I'm not yet convinced there is
> a real-world use case for that).

I wrote my own replacement for Routes (I call it URLTree); some
benchmarks show that it consistently performs significantly better than
Routes across the board.  I was surprised to see this with only 10
randomly selected routes, and when you get to numbers on the order of
100 (which is where I suspect nova is), the increase in performance is
quite impressive.
-- 
Kevin L. Mitchell <kevin.mitchell at rackspace.com>




More information about the OpenStack-dev mailing list