Hi All, I have a
service written in python (on Apache 2.0) which Initializes the global
variables (or objects) when request comes for it. I want to use the same
objects (or varaibles) in the subsequent requests. How could this one be
done in Apache 2.0? can it be done by doing some configuration ?