[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5242] addons/1.3/plack-fcgi/trunk/README



Revision: 5242
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5242&view=rev
Author:   einhverfr
Date:     2012-11-22 08:06:55 +0000 (Thu, 22 Nov 2012)
Log Message:
-----------
clarifying preload strategies for fcgi in the README

Modified Paths:
--------------
    addons/1.3/plack-fcgi/trunk/README

Modified: addons/1.3/plack-fcgi/trunk/README
===================================================================
--- addons/1.3/plack-fcgi/trunk/README	2012-11-22 07:39:18 UTC (rev 5241)
+++ addons/1.3/plack-fcgi/trunk/README	2012-11-22 08:06:55 UTC (rev 5242)
@@ -15,6 +15,12 @@
 case to a one-time load on starting the servelet.  Tests suggest that this
 eliminates 2/3 or more of the startup overhead.
 
+The preloads are all set in the app.psgi.  You can adjust them there.  Note that
+preloaded modules are not reloaded when altered so you will have to restart the
+fcgi daemon if you change the preloads.  One solution is that for a performance
+cost you can comment out a preload, and restart the daemon when working on a
+preloaded module.
+
 By default this currently starts up to 10 processes.  This number can be
 tweaked.
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.