Is it a job for Thread or Process?
A
printers at sendme.cz
Thu Nov 15 16:48:12 EST 2001
More information about the Python-list mailing list
Thu Nov 15 16:48:12 EST 2001
- Previous message (by thread): Is it a job for Thread or Process?
- Next message (by thread): Is it a job for Thread or Process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Is it a job for Thread or Process?
- Next message (by thread): Is it a job for Thread or Process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list