Corey wrote: > Hey everyone, > > I've seen references and questions in previous posts about how to spawn > a process to do some hefty processing. I had that need (processing of > 1.6 million records at a time). > > I created this code with help from other places on the net and it seems > to work pretty well. I'm putting it out there to get some further > testing and hope it is useful for someone else.
Hi corey! why don't you simply use python's subprocess module? ciao Martina --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

