[ic] RPC traffic settings

Mike Heins mike at perusion.com
Mon Mar 11 02:14:52 UTC 2013


Quoting Peter (peter at pajamian.dhs.org):
> On 03/11/2013 12:03 PM, Grant wrote:
> >>Try adding this line into your bin/interchange
> >>file inside one of the BEGIN blocks (probably where it has all those
> >>commented out $ENV... lines:
> >>
> >>$SIG{CHLD} = 'IGNORE';
> >
> >I think you fixed it (with only a tiny amount of info from me).
> 
> The major hint for the Fix came from Mark in that archived thread a few 
> years ago.
> 
> >Should this be added to bin/interchange in git?
> 
> I think at least it could be added in a commented out line, I'm not sure 
> if it's a good idea to turn it on by default, though.  I'll wait for 
> input from others to do anything like this.

We usually do something like:

	$ENV{MINIVEND_CHILD_IGNORE} and $SIG{CHLD} = 'IGNORE';

to allow you to set it in the environment and turn it
on without editing the code.
-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.253.4194  <mike at perusion.com>

How far can you open your mind before your brains fall out?



More information about the interchange-users mailing list