Hi, there is a background job which uses the django ORM and takes too long.

How to speed up the job?

It processes files, and updates the database. It would be easy to cut the job
into peaces, since the files can be processed in parallel random order.

I know that I could use celery, but it is overkill for my current project.

How can I use the ORM with the multiprocessing python module?

The docs don't contain information about this. On the net you can find some 
notes....

How do you solve this? Do you use celery?

  Thomas



--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de

--
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