Re: how to share data among modperl processes

2005-10-09 Thread Foo Ji-Haw
Hello Pratik, Between yours and Michael's solutions, I think yours is a closer fit (thanks Michael!) to my needs. According to Cache::FastMmap, I only need to initialise the file during the PerlRequire stage in httpd.conf. Then the rest of the scripts can just use it. Is this correct? - Origi

Re: how to share data among modperl processes

2005-10-09 Thread Pratik
Unless you are running the application in multiple server environment, http://search.cpan.org/~robm/Cache-FastMmap-1.09/ would be the best choice. But probably you should read up on AJAX as well. It looks like AJAX can help you accomplish what you are trying to do here. Thanks, Pratik On 10/7/05,