Roland Genske wrote:
> Hello all,
> 
> is it possible for a module to detect at runtime whether it runs in
> a "prefork" server or in a "worker" (threaded) server? Our module
> must behave differently depending on this.

ap_mpm_query() with AP_MPMQ_IS_FORKED or AP_MPMQ_IS_THREADED.

--
Davi Arnaut

Reply via email to