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. -- http://mail.python.org/mailman/listinfo/python-list