I've got an older app that's been running in production for about 2
years on RedHat 4, MySQL 5.0.77 with MyISAM tables, Django 1.2.1 and
Python 2.4.

 

This app is used heavily by internal users, which is a relatively light
load compared to public sites.  I actually use Flex for the client side
and save each field when the user changes it.

 

About once a month one field in particular will have its value cleared,
or perhaps the save operation did not complete before the next user
input hits the server.  I've searched my code for an unexpected
reference to this field name with no results.  As I understand it,
Django is single threaded so I don't know how this can happen.

 

Has anyone seen similar behavior?  I plan to upgrade next month anyway,
but could this be an artifact of the older Django or of MyISAM tables?
I'm not using transactions since I'm not an experienced DBA, but should
I?

 

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to