hi all cvs now has interfaces to ap_show_mpm and ap_mpm_query, which can be used to find out all kinds of interesting stuff about your apache environment.
one thing I found while I was implementing these functions was that Apache::MPM_IS_THREADED already exists (stas even pointed to the code for it in a previous post). so, rather than nix it and implement the Apache::MPM::mpm_is_threaded shortcut, I just kept the existing shortcut as is. for the record, Apache::MPM_IS_THREADED produces the same as the new perl function Apache::MPM::mpm_query(MPMQ_IS_THREADED); but mpm_query() is a direct interface, so you can ask about stuff like the setting of MinSpareThreads, etc. HTH --Geoff -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html