Hi, I'm going to deploy my Django application to Amazon Web Service (AWS), and found some strange with AWS RDS (Relational Database Service, I choose MySQL 5.5 with InnoDB Engine).
My application is running in Django 1.5, and Python 2.6, I found following behavior: Case A: Request 1: Delete record A in database, and query record A (it does not exist) Request 2: Query record A, (it does not exist), and insert record B * Request 3: Query record A, (it EXISTS), Query record B, (it does not exist),* Request 4: Query record A, (it does not exist), Query record B, (it exists), Case B: Request 1: Delete record A, and query record A, (it does not exist), * Request 2: Query record A, (it EXISTS)* Request 3: Query record A, (it does not exist) These 2 situation not 100% happened (but > 30%), I guess it caused some cache (django cache or mysql cache). Can anyone tell me how to disable Django cache? Thank you. Regards, Dig -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.