in reply to Problem with module for forked processes
There's a problem with DBI where if both a parent and forked child use the DB the DBH for the parent can be invalidated when the child exits.
The above quote is the only place where I can see DBI in your post. The code runs ok, no segfaults, but the real DB work is replaced with sleep() calls afaikt. Maybe you post your actual code and some version information (perl, DBI etc) to help us help you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with module for forked processes
by brass (Initiate) on Nov 03, 2015 at 18:51 UTC |