notfound wrote:
I think it has refreshed itself somehow, and when I refresh the page
finally it shows me my form. However only sometimes. Usually each
second refresh I'm getting the correct form, but inbetween I still see
the error.

It sounds like some of the Apache children have reached the configured maximum number of requests, have died off and the parent Apache process has re-spawned some new ones. The new children would have picked up the changes, but the ones still running haven't.

What could be the reason here that it sometimes works, sometimes does not?

Well, for example, if Apache is configured to allow each child to serve 100 requests and to allow 20 children and since you have made your changes 15 of them have respawned, you'll have (roughly) a 1 in 4 chance of getting an old page.

It sounds like you need to find a host that will allow you to restart your Django instance. If you wait for a few days I'll be making an announcement in that regards.

Cheers
Darryl

--

Darryl Ross
Director
AFOYI, "Information Technology Solutions"
p +61 8 7127 1831
f +61 8 8425 9607
e [EMAIL PROTECTED]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to