Re: PSP Caching

2009-07-05 Thread Johnson Mpeirwe
Thanks Simon, I got around this behavior by adding "MaxRequestsPerChild 1" (default value of this is 0) to my httpd.conf to limit the number of requests a child server process will handle before it dies but I think it is important to keep it 0 in production environment. Regards, Johnson On Fri,

Re: PSP Caching

2009-07-03 Thread Simon Forman
On Jul 3, 5:18 am, Johnson Mpeirwe wrote: > Hello All, > > How do I stop caching of Python Server Pages (or whatever causes changes > in a page not to be noticed in a web browser)? I am new to developing > web applications in Python and after looking at implementations of PSP > like Spyce (which I

PSP Caching

2009-07-03 Thread Johnson Mpeirwe
Hello All, How do I stop caching of Python Server Pages (or whatever causes changes in a page not to be noticed in a web browser)? I am new to developing web applications in Python and after looking at implementations of PSP like Spyce (which I believed introduces new unnecessary non-PSP synta