On Wed, Jan 15, 2014 at 7:04 AM, BobAalsma <overhaalsgang_24_...@me.com> wrote:
> A program took much too long to check some texts collected from web pages.
> As this could be made parallel easily, I put in fork.

Rather than using the low-level fork() function, you may find it
easier to manage things if you use the multiprocessing module. I don't
know if it'll help in this specific case, but if nothing else, it'll
be easier to see what's going on.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to