On 2006-07-26 21:02:59, John Henry wrote: > Granted. Threaded program forces you to think and design your > application much more carefully (to avoid race conditions, dead-locks, > ...) but there is nothing inherently *non-robust* about threaded > applications.
You just need to make sure that every piece of code you're using is thread-safe. While OTOH to make sure they are all "process safe" is the job of the OS, so to speak :) Gerhard -- http://mail.python.org/mailman/listinfo/python-list