See http://people.apache.org/~trawick/loadable_mpms.txt (I'm sure you'll
find some things I've omitted before long)
Something in there I'm in a hurry to hear feedback on is

2. retain data

   How can MPMs retain data across unload of the DSO?
s->process->server_pool userdata
   won't work as-is because there's no server_rec in the pre_config hook.

   Proposal: Add ap_set_retained_data(key, value),
ap_get_retained_data(key) APIs
             (implementation detail: it will set/get userdata on pglobal)

             Although not necessary, provide ap_get_config_count()
(better name!) to
             indicate how many passes of config have completed.  (The
interface could be
             a global variable, but some third-party module would
inevitably clear it.)


-- 
Born in Roswell... married an alien...

Reply via email to