André Warnier <[EMAIL PROTECTED]> writes: [...]
> I have previously gone though a lot of perl and mod_perl > documentation, and perl module descriptions, and I never seemed to > find a clear answer about wether yes or no it was possible to share > in-memory data between 2 perl processes (or threads) running under > Apache. It's possible on Unix, using mmap or SysV shared memory segments. I have an application that uses SysV shared memory and it works great. I don't know what's possible on Windows. Somebody on perlmonks would know: http://www.perlmonks.org/ ----ScottG.