• [^] # Re: dans MySQL : show variables;

    Posté par . En réponse au message fork et mysql. Évalué à 2.

    D'après la doc de perl sur exit


    The exit() function does not always exit immediately. It calls any defined "END" routines first, but these "END" routines may not themselves abort the exit. Likewise any object destructors that need
    to be called are called before the real exit. If this is a problem, you can call "POSIX:_exit($status)" to avoid END and destructor processing. See perlmod for details.


    Pas testé mais je pense que dans ce cas tu devras gérer toi même la destruction des objets avant la fermeture du fils.