On Sun, 8 Apr 2001, Ian Holsman wrote:
> Hi.
>
> I'd like to chat about adding some different type of hooks.
> (sorry if they are there already.. but I didn't see them)
>
> a global_init/global_fini hook, which called *once* on server activation
> and termination (simillar to the process_init hook)
There are three global init hooks today, pre-config, post-config, and
open-logs. We don't like termination hooks, because the same effect can
be acheived by using pool cleanups.
>
> and a process_fini (so you can do cleanup of resources at the process
> level).
Just register a cleanup with the pchild pool.
> the other thing which I would like to discuss is for a module to be able to
> allocate memory on the scoreboard, without having to change the core files
> to do it.
This is not possible until we re-write the shared memory logic. This is
on my short list of things to implement in the next few weeks.
Ryan
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------