From: Eric Wong Date: Tue, 17 Jan 2017 19:38:36 +0000 (+0000) Subject: qspawn: better description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e087259356902888b19cb3dbf16fba87b56fff9;p=thirdparty%2Fpublic-inbox.git qspawn: better description We'll probably use this in a lot of places... --- diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm index cd23ab7fe..11645db53 100644 --- a/lib/PublicInbox/Qspawn.pm +++ b/lib/PublicInbox/Qspawn.pm @@ -1,7 +1,9 @@ # Copyright (C) 2016 all contributors # License: AGPL-3.0+ -# 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