in reply to Re: Why was it neccessary to pass a DBI handler by reference?
in thread Why was it neccessary to pass a DBI handler by reference?

The problem is not the database, it's that you're doing VERY BAD THINGS and expecting that it should work.

You can't fork with an open database connection and expect it to work like that with any database, any operating system, any programming language. How would the database know you did that? How would the database driver know you did that?

  • Comment on Re: Re: Why was it neccessary to pass a DBI handler by reference?