in reply to how to use global vars after forking()
Have you read about what DBI has to say about fork? Usually, I consider it better to connect to the database only after the call to fork, because that way you can be certain that the state of the database library is consistent with the outside world.
|
|---|