http://qs321.pair.com?node_id=743696


in reply to Re: Module for transparently forking a sub?
in thread Module for transparently forking a sub?

You were right the first time - you definitely need to do something to keep the child exiting from messing up your handles, at least with DBD::mysql. Not doing it leads to "server went away" errors in the parent at a random point.

-sam