Show HN: WSGI pure Python non-blocking HTTP2 server
1–5 of 5 posts
Re: Show HN: WSGI pure Python non-blocking HTTP2 server
#2Re: Show HN: WSGI pure Python non-blocking HTTP2 server
#3Curious about the story behind Netius development. What were the reasons behind writing a new HTTP2 server in Python rather than using an existing system?
Re: Show HN: WSGI pure Python non-blocking HTTP2 server
#4Curious about the story behind Netius development. What were the reasons behind writing a new HTTP2 server in Python rather than using an existing system?
We really wanted to create a pure non blocking async IO network library in pure Python without any dependencies. On top of that we also wanted to prove that it's possible to archive 200K HTTP req/s in Python using PyPy with JIT.
Re: Show HN: WSGI pure Python non-blocking HTTP2 server
#5Earlier quoted context omitted.
We really wanted to create a pure non blocking async IO network library in pure Python without any dependencies. On top of that we also wanted to prove that it's possible to archive 200K HTTP req/s in Python using PyPy with JIT.
That's an impressive benchmark. On what hardware is it achieved?
[1] https://github.com/hivesolutions/netius/blob/c431b9c258baa0b...