I was receiving a notification of a "ProgrammingError: current
transaction is aborted, commands ignored until end of transaction
block" mail from the production server which I cannot reproduce
neither in the development server nor in the production. The error
seems to happen randomly nearly for once in a thousand requests.

This started when I add a shoutbox application with a template tag
that has a template node that renders the latest messages. The
template node was using the db://cache to cache the latest messages
for 10 seconds.

Since I removed caching and start retriving messages directly, I am
not receiving any errors, but I am not comfortable as I couldn't
figure out what was going on.

Can this be related to db caching?


Thanks...
oMat


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to