in reply to Re: Time to write a "serious" http server in Perl?
in thread Time to write a "serious" http server in Perl?

A graceful reload won't actually restart the perl interpreter in mod_perl. It would work fine for CGI of course.
  • Comment on Re^2: Time to write a "serious" http server in Perl?

Replies are listed 'Best First'.
Re^3: Time to write a "serious" http server in Perl?
by ysth (Canon) on Aug 11, 2008 at 04:08 UTC
      I suppose it depends on why you're doing it. If you were doing it to upgrade your code, it won't work for mod_perl. If you just want to take a site off the air, it should work.