add instructions on how to try it out

This commit is contained in:
Doug Bell 2010-04-20 23:49:29 -05:00
parent a7da8edde4
commit 814f6e3182

8
README
View file

@ -1,5 +1,11 @@
This is the PSGI branch of WebGUI8
To try this out:
1) Run testEnvironment.pl to install Plack
2) $ cd <WebGUI directory>
3) $ plackup app.psgi
Currently, the best performance is achieved via:
plackup -E none -s Starman --workers 10 --disable-keepalive
@ -21,4 +27,4 @@ I'm currently getting 370 requests/second, whereas I'm getting 430/second on the
it and $app ($session created one per request)
* $session creates the $request WebGUI::Session::Request and $response WebGUI::Session::Response
objects (one per request)