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,
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
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