Stas Bekman wrote:
> I've looked at the httpd source code, ptemp is destroyed at the end of
> the post_config phase. So we should use it for any temporary things that
> don't need to live through the config.
> 
> So hook-config is the perfect case for ptemp.

that's fine, but how do you get to it?  for instance, we can create the
hook_order table using ptemp by calling the init in pre-config.  however,
there is no easy way to get to ptemp from modperl_cmd, where the data going
into hook_order will be generated - all you have is pconf or parms->pool at
that point.

or are you planning on adding a set of hooks to get to ptemp?

--Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to