Yup, good call. Related to this, if you use dynamic mode it's an excellent plan to set a max requests value -- we often do something between 500 and 1000. That way if there's a memory leak in your web app, it'll eventually kill the process, freeing the memory, then launch a new one to replace it.