Bjoern: A screamingly fast Python WSGI server written in C.
1–10 of 31 posts
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#2Re: Bjoern: A screamingly fast Python WSGI server written in C.
#3This looks like a really cool project, but the comparisons of other webservers are uh, a bit on the negative side. No code is perfect, even if it's better than the rest. While I find myself falling into the same thinking, it's rarely a good idea, and it certainly doesn't help your project's image.
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#4This looks like a really cool project, but the comparisons of other webservers are uh, a bit on the negative side. No code is perfect, even if it's better than the rest. While I find myself falling into the same thinking, it's rarely a good idea, and it certainly doesn't help your project's image.
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#5Re: Bjoern: A screamingly fast Python WSGI server written in C.
#6Re: Bjoern: A screamingly fast Python WSGI server written in C.
#7Interesting. I think I am gonna benchmark this against gunicorn with a simple flask app.
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#8This looks like a really cool project, but the comparisons of other webservers are uh, a bit on the negative side. No code is perfect, even if it's better than the rest. While I find myself falling into the same thinking, it's rarely a good idea, and it certainly doesn't help your project's image.
I know if I were the author of Fapws I would probably find that section a little irritating.
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#9(Also, how does this compare speed-wise to Mongrel2? It easily handles the 4000 requests/second that my PSGI handler can do. I am sure it could do more if the backend was faster.)
Re: Bjoern: A screamingly fast Python WSGI server written in C.
#10Interesting. I think I am gonna benchmark this against gunicorn with a simple flask app.
Ok took 30 minutes to run some benchmarks on a AWS instance. I used a small instance run a simple Flask Hello World app with gunicorn (1 worker and 4 workers) and bjoern. Frankly I was not able to fund any speed difference between both the servers. Here is the gist of the benchmark results https://gist.github.com/753998