Hi,

I was wondering if there is an analogue hook like child_init() for
threads that I can use for doing some time-consuming
thread-initialisation that should not slow down an HTTP request
handler. More specific, I want to initialise some per-thread variables
that come from a database. Does the APR offer something like this, or
is there a way to hack this into my module, without changing the APR?

Thank you,
Andrej

Reply via email to