m...@normalperson.e4ward.com wrote:
Hello,

Is there a method to setup a global variable for all modperl child processes?
Also this variable will be updated sometime, when it get updated, all
processes will know it.

As a general answer, no.
That is because each child has its own separate perl interpreter, and each has its own separate memory and set of variables.

That is the only answer that is valid in all cases, under all platforms and all variations of Apache. But if you give some more details about the platform, the Apache, and what you are trying to do, someone may be able to suggest an alternative.

Reply via email to