in reply to Re^7: Problems with multiple inheritance
in thread Problems with multiple inheritance

You shouldn't use graceful restarts with mod_perl.

Is this still true for Apache 2.x? I'm using 2.2 in production (with mod_perl 2.0.2), and always use graceful. I haven't ever seen an issue with it.

  • Comment on Re^8: Problems with multiple inheritance

Replies are listed 'Best First'.
Re^9: Problems with multiple inheritance
by perrin (Chancellor) on Feb 26, 2007 at 17:07 UTC
    Good point. I belive this is no longer an issue with mod_perl 2 because of the way interpreters are shut down. I haven't tried it though.