On 12.08.2011 16:48, SixDegrees wrote:
Calling wait() on the processes freezes the form page until the process
completes.

The poll() also exists.

You can also start a thread that will wait() for the child. One per child or one per all of the children.

The other way is to fork() twice as daemons do, but this is a bit more expensive.


--
Regards,
Alexey.

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