Stas Bekman wrote: > > How about this (yet another) idea. Snapshot the OpCode tree before and after > running the <Perl> sections (or PerlLoadModule). Then traverse both OpCode > trees and somehow rip off the differences and transplant them into the newly > perl_clone()'d interpreters. We prefer to sustain a delay at the startup, > versus run-time. Any surgeons out there?
I'm not sure what you mean there (lack of knowledge of mod_perl internals), but the optrees aren't cloned, be it the main optree or the CV optrees. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
