about summary refs log tree commit homepage
path: root/extras
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-11-10 21:04:07 +0000
committerEric Wong <e@80x24.org>2013-11-10 21:15:48 +0000
commit99f967601976628eb6b87f19da9d2cb5e120f7f8 (patch)
treed1039b2dea630790233a505b95c631bc571fe995 /extras
parent0258cd5dd91241931cca08048ab0a2067e323ee6 (diff)
downloadyahns-99f967601976628eb6b87f19da9d2cb5e120f7f8.tar.gz
Following our own advice in
commit a79a6d8775171ad5cceda9bb3a77946ba60e26ce
(doc: recommend worker_processes if the app uses SIGCHLD)
Diffstat (limited to 'extras')
-rw-r--r--extras/exec_cgi.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/exec_cgi.rb b/extras/exec_cgi.rb
index c18c758..89fc9b4 100644
--- a/extras/exec_cgi.rb
+++ b/extras/exec_cgi.rb
@@ -1,6 +1,9 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
+#
+# if running under yahns, worker_processes is recommended to avoid conflicting
+# with the SIGCHLD handler in yahns.
 class ExecCgi
   class MyIO < Kgio::Pipe
     attr_writer :my_pid