Added Gevent pywsgi support & ApacheBench results #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, you did a nice job with fiole despite alpha status.
Before I found your project, I though as well to merge a speed of wheezy with lean syntax / simplicity / features of itty, flask.... ;-)
I have tried some simple benchmarks with a demo " hello word" app.
With "gevent server" patch, the results were rather impressive.
ApacheBech results:
Concurrency Level: 100
Time taken for tests: 2.794 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 1470000 bytes
HTML transferred: 120000 bytes
Requests per second: 3578.54 #/sec (mean)
Time per request: 27.944 ms (mean)
Time per request: 0.279 sec. (mean, across all concurrent requests)
Transfer rate: 513.72 Kbytes/sec received
Setup: App server running at localhost callback, ApacheBenchmark running from the same computer (Notebook Lenovo u310 with Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz, OS: Ubuntu 14.04 x64, Python 2.7 x64)