Hello Nicolas, NC> cacheModule caches the "module" which mainly contains the bytecode and NC> the globals table.
NC> A VM is an interpreter stack, it is reallocated for each request. NC> Modules can call themself one the same VM, you don't need to allocate NC> one VM per module, but you need one VM per thread, so the module cache NC> of mod_neko is per-thread. Ok, so after some time an httpd process will have a number of modules cached, and a VM will be instantiated separately for each request anyway. Correct? -- Best regards, Michael mailto:[EMAIL PROTECTED] -- Neko : One VM to run them all (http://nekovm.org)
