Another dumb question:
On Windows since there is only one child process, wouldn't it make sense to stick with the read/write locks and not move to a global mutex?
In the multi-child mpms, the global mutex is obviously required, of course.
-- Jess Holle