in reply to Re^2: PERL ,IIS, Apache, mod_perl
in thread PERL ,IIS, Apache, mod_perl
Well, technically, mod_perl is also in the process space of Apache.
However, IIS only runs one process (multithreaded). In my experience, if it hangs, your site it down.
Apache+mod_perl will typically run w/multiple processes. This means if one hangs, the others can still serve requests.