all 3 comments

[–]nemesit 4 points5 points  (0 children)

How to make python fast? use c!

[–]kvdveer 0 points1 point  (1 child)

Isn't this what gunicorn and uwsgi do? (I'm not familiar with the implementation details of those projects)

[–]tynorf 0 points1 point  (0 children)

Looks like Gunicorn parses in Python, though that is just from a quick glance at their HTTP code, there could be Cython modules or something. https://github.com/benoitc/gunicorn/blob/master/gunicorn/http/message.py#L162