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; $Bird::Global::object = Bird::Eagle->new(); Now i have many instance of this object as any interpreter are in use, am i right? So everytime i update some attributes of $Bird::Global::object it change only in some process. I was asking if there is a way that i could get a really shared variable among all the process, it could be helpful to investigate threads's module?
Thanks -- View this message in context: http://www.nabble.com/Share-perl-variables-between-apache-process-tp19634770p19634770.html Sent from the mod_perl - General mailing list archive at Nabble.com.