multithreading concept

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Wed Feb 7 20:47:31 EST 2007


S.Mohideen wrote:

> There is a dictionary on which I store/read data values. I want to
> seperate the send and recv functionality on two different
> processes so that the parallel execution becomes fast.

What makes you think that'll be faster?

Remember:
- If you have one CPU, there is no parallelity at all.
- If you do have multiple CPUs but only one network device, there is
no parallel networking.

Regards,


Björn

-- 
BOFH excuse #188:

..disk or the processor is on fire.




More information about the Python-list mailing list