Well, limited success. I was able to get the code working through
closing the django db connection just after I'd forked my processes,
but it seems that what I thought I was doing wasn't really what I
thought I was doing.
Essentially I wanted to be able to run multiple tasks simultaneously. I
thought forking x numbers of processes would do this for me, but it
seems not. It looks to me like what happens in this case is that if you
try to fork 10 processes simultaneously it actually waits for the first
forked process to finish before starting the second one.
I think what I need to look into is multi-threading instead, but that
could be kind of complicated... More investigation needed.
Thanks, Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---