> I seriously doubt it.  It's usually a bad idea to make anything more
> complicated than strictly needed.
> 
> Multiprocessing is a lot of work, mostly because you have to control
> how information is shared between the two processes/threads.  For
> example, even in a simple find and replace script, each part would have
> to know which files were being handled by the other processes/threads.
> 
> Save forking and threading for when you absolutely must do two or more
> things at once, say in servers, complex GUIs, etc.


Thanks, James.

- Bryan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to