From: Ivan Kohler Date: Sun, 9 Dec 2012 21:11:34 +0000 (-0800) Subject: add PerlChildInitHandler which calls srand to avoid collision problems with B:OP... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5c7291f9b5ff6f1e529c530db6ff56135ef7055a add PerlChildInitHandler which calls srand to avoid collision problems with B:OP processors which generate a random number, RT#19188 --- diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf index dcf5efa3f..49b4a243d 100644 --- a/htetc/freeside-base2.conf +++ b/htetc/freeside-base2.conf @@ -6,6 +6,8 @@ PerlModule HTML::Mason PerlSetVar MasonArgsMethod CGI PerlModule HTML::Mason::ApacheHandler +PerlChildInitHandler "sub { srand }" + PerlRequire "%%%MASON_HANDLER%%%" #Locale::SubCountry