Browse Source

Update app.psgi

vividsnow 12 years ago
parent
commit
c4e6b88379
1 changed files with 3 additions and 1 deletions
  1. 3 1
      plack/app.psgi

+ 3 - 1
plack/app.psgi

@@ -1,4 +1,6 @@
-# starman --workers N app.psgi
+# plackup -s Starman --workers N -E deployment app.psgi
+# -or-
+# plackup -s Twiggy::Prefork --max_workers N -E deployment app.psgi
 use v5.16;
 use Plack::Builder;
 use Plack::Request;