Re: Accesing Global variables in python

2005-09-26 Thread Terry Reedy
> I have a service written in python (on Apache 2.0) which This is an exact duplicate of the same posting under the subject 'Accesing Global variables in multiple Requests (Apache 2.0)' Let's put any substantive responses under that one. -- http://mail.python.org/mailman/listinfo/python-list

Accesing Global variables in python

2005-09-26 Thread Pankaj
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 co