List:MySQL and Perl« Previous MessageNext Message »
From:H. Steuer Date:September 15 2003 12:20pm
Subject:Re: DBD::mysql fork() problem
View as plain text  
Hi Uli,

thanks for your answer. in fact thats how fork() is supposed to be.
if its a good idea or not to share handles depends on various things and exceeds the topic
of this discussion. i just wonder why this module was working as expected and this
behaviour was changed.

regards,
h. steuer


On Mon, 15 Sep 2003 14:15:32 +0200
"Ulrich Borchers" <borchers@stripped> wrote:

> imho to share a single connection between serveral processes is not a good idea
> anyway.
> after fork() you can disconnect and reconnect, thus creating a new
> database handle for the child process.
> 
> 
Thread
DBD::mysql fork() problemH. Steuer15 Sep
  • Re: DBD::mysql fork() problemUlrich Borchers15 Sep
    • Re: DBD::mysql fork() problemH. Steuer15 Sep
      • Re: DBD::mysql fork() problemJochen Wiedmann15 Sep
      • Re: DBD::mysql fork() problemUlrich Borchers15 Sep
  • Re: DBD::mysql fork() problemRudy Lippan15 Sep