diff --git a/README b/README index 054eb5dd2..cec8431da 100644 --- a/README +++ b/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 + 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) - \ No newline at end of file +