Hi, Thanks.
> > Yes. create_connection() is the first hook run as part of request > processing, a delay in create_connection() will result in a delay in HTTP > processing. > That's too bad. I guess I have to hack this into the MPM then. One more question, what would be the way to store thread-specific data that is to be re-used across HTTP requests? Is there an example where this is done before? Thank you, Andrej