[Tutor] Is it a job for Thread or Process?

A discuss@sendme.cz
Thu, 15 Nov 2001 22:46:34 +0100


Hello,
In my Python script I would like to start one function of this script 
in a different thread or process?
That function sends an email.
Can you please give me an example how I can start a new thread 
or process under Win32 systems?

 Is it better to  use a new thread  or a new process for this task?
Thank you for help.
Ladislav