>> the whole idea of static C variables/structs and threaded mpms really, >> really confuses me. but I guess it doesn't matter, since it's not a >> per-request thing and all this happens before ap_mpm_run is called >> anyway. > > > You don't have any threads till the child_init phase, so there is no > problem reading/writing static variables without any locking.
ok, I'll give it a whirl then. > of course > in this particular case we assume that this hook stuff won't be accessed > at request time. I'd even go and NULL all the static things when you are > done, just in case someone will attempt to use them. ok. thanks for the feedback. > Yes, I thought of that too. I've moved all the perl clutter (most of it) > to modperl_perl.c. So how about creating modperl_apache.c and plant it > there? modperl_apache.c it is. I'll post another round on monday. but the framework is pretty much the same - it's just minor shuffling at this point, so Win32 testers still appreciated :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
