Re: Share perl variables between apache process

2008-09-24 Thread badman
Tnx for the replies For Michael, yes i know what it mean to have global variables (semaphores, ...) i was investigating this option because when i do call ...-new(); it reads a file to initiate its attribute. I would like to improve the performance not reading always the file For Ryan, i

Share perl variables between apache process

2008-09-23 Thread badman
Hello, i'm studying mod_perl and was wondering if it could be possible to share data among child process. I'll explain me better. i create a variable in startup.pl like in ... http://perl.apache.org/docs/2.0/user/coding/coding.html#Method_Handlers Here use Bird::Eagle;