The problem is that we have two different versions of the pod code. That code really needs to be merged where possible, and #ifdef'ed where it can't be merged.
When I originally did the split, it was just for worker, so it wasn't such a big deal, but I whole-heartedly agree with Greg now. This code MUST become common ASAP. Ryan ---------------------------------------------- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -----Original Message----- > From: Greg Stein [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 1:56 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: httpd-2.0/server/mpm/experimental/threadpool > config5.m4 Makefile.in mpm_default.h mpm.h pod.c pod.h threadpool.c > > On Tue, Apr 16, 2002 at 11:37:06PM -0000, [EMAIL PROTECTED] wrote: > > brianp 02/04/16 16:37:06 > > > > Added: server/mpm/experimental/threadpool config5.m4 Makefile.in > > mpm_default.h mpm.h pod.c pod.h threadpool.c > > 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/. > > And before anybody says, "but not everybody will need those function, so > it > will bulk up the server." Yah. Right. pod.c is 151 lines. Most of that is > the header comment. > > Cheers, > -g > > -- > Greg Stein, http://www.lyra.org/
