2005/6/9, Nick <[EMAIL PROTECTED]>: > Graham Dumpleton wrote: > > The apache.import_module() method is already currently used to perform the > > top level import of a handler module and already behaves differently to a > > standard "import", so even without an import hook you already have a > > problem. > > You're right; when I hit apache with ab, I get all sorts of import problems > when importing handlers. Well, even with ab the failure rate is less than > 10%; it's just something I accept and start enough servers to mitigate the > problem.
Most of the problems raised when importing handlers (including double import of handlers) have been solved in the trunk for a while now, the bug fixes are waiting for an official release... But like I've wrote before, the current implementation of import_module is still broken and dangerous for our users. It's time to change it before it's too late (before compatibility issues force us to leave it as is). I'll try to spend some time on it on next sunday. Regards, Nicolas
