Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by MarcMongenet: http://wiki.apache.org/httpd/ModuleLife The comment on the change is: http://www.codemass.com/mod_shm_counter/downloads/mod_shm_counter.c ------------------------------------------------------------------------------ == Preventing module unloading == To prevent module unloading, there is a ''sick and twisted hack'' (wrowe dixit): "the evil method is to use apr_dso_load() against the process pool to load it 'permanently'". + == Simple module demonstrating portable mutex and shared memory == + * http://www.codemass.com/mod_shm_counter/downloads/mod_shm_counter.c +
