Hi did anyone here use Django in parallelized computations?
I use for about a year a great parallelization approach based on 'pmap' function from 'pprocess' module: http://www.boddie.org.uk/python/pprocess.html My own code is designed to be strongly side-effect-free, however I am experiencing strange problems after switching to Django. Perhaps because I have wrong understanding of Django's DB access model. Perhaps Django's class django.db.models.Model should be used with more care under parallelized access? What about lockings there? What about memory read/write conflicts there? Any comments are very welcome! Regards, Valery --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---