I mentioned profiling and benchmarking because they were missing. Totally agree with you, Python implemented servers are usually used in dev ops, and then you move to a "standard" http-server (be that nginx, apache, whatever).
I still think that a Python server can have it's use, and there's nothing wrong in trying to make it as fast as posible.
I still think that a Python server can have it's use, and there's nothing wrong in trying to make it as fast as posible.
I'm curious, why were C/Cython non-goals?