On 7/19/07, Nils Kaiser <[EMAIL PROTECTED]> wrote:
I was able to change our code to have the handlers called by the Apache server (PerlResponseHandler, PerlChildInitHandler, PerlChildExitHandler). What I don't understand, is in which scope/object I store the reference to the BerkeleyDB in the init handler? And of course, how I access this scope/object in the ResponseHandler?
Put it in a global variable and access it from there. If you prefer, you can wrap that access in a method call. - Perrin