From 99f967601976628eb6b87f19da9d2cb5e120f7f8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 10 Nov 2013 21:04:07 +0000 Subject: test: exec_cgi test uses worker_processes Following our own advice in commit a79a6d8775171ad5cceda9bb3a77946ba60e26ce (doc: recommend worker_processes if the app uses SIGCHLD) --- extras/exec_cgi.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras/exec_cgi.rb') 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 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 -- cgit v1.2.3-24-ge0c7