Added WebGUI::Requestion/Response

This commit is contained in:
Patrick Donelan 2010-04-06 19:35:06 -04:00
parent 2516ff12c1
commit 72017cf83f
5 changed files with 60 additions and 8 deletions

11
README Normal file
View file

@ -0,0 +1,11 @@
This is the PSGI branch of WebGUI8
Currently, the best performance is achieved via:
plackup eg/basic.psgi -E none -s Starman --workers 10
You can benchmark your server via:
ab -t 3 -c 10 -k http://dev.localhost.localdomain:5000/ | grep Req
I'm currently getting 20 requests/second, whereas I'm getting 30/second on the non-PSGI WebGUI8 branch.