On Wed, 17 Apr 2002, Greg Stein wrote: > Can we stop copying pod.[ch] all over the place? Maintenance is going to > be from hell. Just move the frickin' thing up into server/.
++1 The only problem is it's already there, in mpm_common.c -- worker has a variant of the code, so it had its own copy. Which is now propogated all over the place. I think the original intention was to migrate the other MPMs to worker's flavor of POD by updating the mpm_common.c API, so we should probably just do that and ditch the mpm-specific code.
