Re: new IfThreaded directive

2003-12-04 Thread Geoffrey Young
Actually, such defines might need to be a little more dynamic, but either IfDefine AP_MPM_THREADED would be good, or if we absolutely needed too, we could add IfFeature FOO where features could be registered, by the core or by a loaded module. to that end, here's a preliminary and rough

new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread Geoffrey Young
IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I think it is best to have all directives for a specific MPM together in one container, and have that container specific to the MPM. well, in some cases I'd certainly agree.

Re: new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread William A. Rowe, Jr.
At 02:10 PM 12/3/2003, Geoffrey Young wrote: IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I don't care for that container either... but even horrible new ideas are always good when then generate more ideas :) If somebody really

Re: new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread Geoffrey Young
William A. Rowe, Jr. wrote: At 02:10 PM 12/3/2003, Geoffrey Young wrote: IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I don't care for that container either... but even horrible new ideas are always good when then generate