add instructions on how to try it out
This commit is contained in:
parent
a7da8edde4
commit
814f6e3182
1 changed files with 7 additions and 1 deletions
8
README
8
README
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue