in reply to Re^2: fork() and defunct children
in thread fork() and defunct children
I don't know how (or whether) DBD::mysql handles sharing handles across processes, but I suspect what you're trying to do just won't work. If the parent has a lock, the children will have to respect it.
|
|---|