On Wednesday, 12 September 2012 at 19:10:50 UTC, Sönke Ludwig
wrote:

Am 12.09.2012 20:20, schrieb Eldar Insafutdinov:

How many paths are you thinking here? tens or hundreds?

I would say something in the range of one hundred is realistic
for a
moderately complex web app (I have one half finished with about
50
routes). So if say 200 are not affecting performance, the state
machine
approach is probably not needed.

Ok, I just did some testing and 200 routes indeed degrade
performance by 10-20%. This needs to be thought through little
better then..

As for static files serving, I figured I can use
HttpFileServerSettings for that. So that particular problem is
solved. It'd be good to reflect that in the documentation.