Hacker News new | ask | show | jobs
by kartoolOz 1649 days ago
Tried fastwsgi + falcon cythonized.

  Running 1m test @ http://localhost:5000
    8 threads and 100 connections
    Thread Stats   Avg      Stdev     Max   +/- Stdev
      Latency     1.41ms  109.36us   3.85ms   76.27%
      Req/Sec     8.53k   625.45    25.69k    79.77%
    Latency Distribution
      50%    1.43ms
      75%    1.48ms
      90%    1.53ms
      99%    1.62ms
    4072168 requests in 1.00m, 454.37MB read
  Requests/sec:  67816.66
  Transfer/sec:      7.57MB
Pure fastwsgi on same machine

  Running 1m test @ http://localhost:5000
    8 threads and 100 connections
    Thread Stats   Avg      Stdev     Max   +/- Stdev
      Latency   645.52us   30.50us   1.33ms   82.06%
      Req/Sec    18.67k   795.08    36.56k    86.86%
    Latency Distribution
      50%  648.00us
      75%  658.00us
      90%  668.00us
      99%  736.00us
    8919901 requests in 1.00m, 867.68MB read
  Requests/sec: 148419.82
  Transfer/sec:     14.44MB
Damn nice.
2 comments

The pure fastwsgi results there are insane! Are you running a single process? That's double the RPS that I've been getting on my machine.
AMD 5900x, yup running a single process
Awesome! That performs really well!