Re: Reloading PSP sometimes shows old pages
Mike Mueller <[email protected]>
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 30, 2009 at 04:31:04PM +1100, Graham Dumpleton wrote: > Are the changes you are making contained totally within the PSP files, > or are they actually in separate Python modules imported and use from > the PSP pages? > > Are you saying that you still see the problem with MaxRequestsPerChild set to 1? > > Graham Good point, here's the exact situation: Page1.psp and Page2.psp both include common.psp, using the <%@include %> syntax. common.psp has the navigation menu and other common page contents, in a function called gen_header(). I was changing the code of this function, while reloading a window pointed at Page1.psp (or Page2.psp). Yes, the problem occurs with MaxRequestsPerChild 1. (And I restarted apache after setting this.) Thanks! -- Mike Mueller [email protected]