The limit on concurrent connections with WSGIKit is because something is
broken with my test server. I've been using a Windows 2000 Server to do
load tests from. Here are the results from two 300MHz UltraSparc IIi
boxes:

FreeBSD 5.3/sparc64

ab2 Load: test.py
Requests  Concurrency  Req/sec
--------  -----------  -------
      60            1    18.97
      60            5    20.00
      60           10    20.73
      60           20    20.53
      60           30    18.95
     120           60    19.61

OpenBSD 3.6/sparc64

ab2 Load: test.py
Requests  Concurrency  Req/sec
--------  -----------  -------
      60            1    16.93
      60            5    20.78
      60           10    20.90
      60           20    20.46
      60           30    20.21
     120           60    20.68

Nice! Twisted/WSGIKit scales very well. I assume something is broken in
the Windows 2000 TCP packet reassembly code, but I'm not going to burn
any more time on it.

-- 
Eric Radman  |  http://eradman.com


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to