Rainer Jung wrote: > > I checked installed Apache httpd to find out, how we could detect the > threading model of the apache httpd against we compile. Unfortunately we > can only find out the name of the MPM, but not (at least not in a robust > way) if it is threaded or not.
ap_mpm_query (ap_mpm.h) is what you want. Yes - you can ask AP_MPMQ_IS_THREADED on win32, netware, unix, etc etc. Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]