Gregory (Grisha) Trubetskoy
grisha at verio.net
Tue Apr 10 10:49:32 EST 2001
By default, if they are in the same virtual server, they share the interpreter. Grisha On Mon, 9 Apr 2001, Marc Fiuczynski wrote: > Hi, > > I want to make sure that I understand the subinterpreters that are used by > mod_python. > > Here is my scenario: I have two handlers defined in a single .py file. One > of them submits files to a database and the other retrieves files from that > same database. To avoid hitting the backend database, there is a fair > amount of caching going within the python code. > > Now the question is whether the cached objects created by the submit handler > are shared with the one from the retrieve handler. Anyone have a definitive > answer? > > Thanks, > Marc > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|