about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-17 19:38:36 +0000
committerEric Wong <e@80x24.org>2017-01-17 20:20:05 +0000
commit7e087259356902888b19cb3dbf16fba87b56fff9 (patch)
treeb06a92357145269cf2c9390c27605d9935420197
parent27850366b28e836b9a283f268c18ea0f7f153fca (diff)
downloadpublic-inbox-7e087259356902888b19cb3dbf16fba87b56fff9.tar.gz
We'll probably use this in a lot of places...
-rw-r--r--lib/PublicInbox/Qspawn.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm
index cd23ab7f..11645db5 100644
--- a/lib/PublicInbox/Qspawn.pm
+++ b/lib/PublicInbox/Qspawn.pm
@@ -1,7 +1,9 @@
 # Copyright (C) 2016 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
-# Limits the number of processes spawned
+# Generic process management framework to limits the number of
+# processes spawned in public-inbox-httpd, but has generic fallbacks
+# to work on any PSGI server.
 # This does not depend on Danga::Socket or any other external
 # scheduling mechanism, you just need to call start and finish
 # appropriately