threads or processes?
Joe Wong
joewong at mango.cc
Fri Oct 8 02:03:21 EDT 2004
More information about the Python-list mailing list
Fri Oct 8 02:03:21 EDT 2004
- Previous message (by thread): How to catch exceptions elegantly in this situation?
- Next message (by thread): ANN:NewEdit 2.8 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have a process with 5 threads. Each thread is a close loop doing the same operation. What is the difference between running 5 threads and 5 processes in this case? The program is to be run on a 1 Xeon CPU with Hyper-threading enabled system. It is running on a 2.4.20 kernel. Regards, - Joe --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.773 / Virus Database: 520 - Release Date: 2004/10/6 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20041008/e06a3573/attachment.html>
- Previous message (by thread): How to catch exceptions elegantly in this situation?
- Next message (by thread): ANN:NewEdit 2.8 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list