First let me say that I loathe using the term 'caching' to describe
this problem as it probably has nothing to do with caching. But my
primitive vocabulary is at a loss for a better word.

I have a very simple Django blog app that I'm using to learn more about
the Django framework. I notice that when I add a blog entry, it doesn't
show up right away. Sometimes it takes more than a day before it will
show up. Other times it will post right away.

If I add a post and it doesn't show up right away, all I need to do is
to bounce Apache and boom there it is. I'm not sure what exactly I am
doing wrong. I don't have any caching enabled. I'm not loading the
caching middleware or anything like that.

I wonder if my Apache config might not be as correct as it should be. I
have tried tweaking the maxrequestsperchild, but I still see the same
behavior.

Would anyone know what I should be looking at? I am certain that this
is my fault. i have been googling the mailing list and I don't really
see anything that looks the same as my problem. Thanks in advance for
any help.
--Ray


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to