in reply to Re: Problem with module for forked processes
in thread Problem with module for forked processes
I'm trying to make a module that will help me work around the issues with the DBI. My problem is that when I try to run my test script (which doesn't actually do any DB work although I have another one that does) it seg faults at some point when the parent process calls/is in ReceiveMessage. This is the actual code that I am trying to run as a PoC for what I need to do. I'm using Perl 5.10.1