>I see in archive for the Embperl mailing list , that is possible preloading modules >with the routine preload_dir. > >In this case the epl file is compiled only one time and each child process of apache >get a copy ?
You can call each file with Execute and the import => 0 parameter (I guess that's what your preload_dir function does). In this case all memory that is not modified during runtime is shared between Apache childs. You can read more about this in the mod_perl guide (for Embperl loaded this way it behaves the same as Perl modules preload on startup) Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]