wink wrote:

> This provides two benefits, a sender is never directly effected by the
> receiver and since the receiver handles only one message at a time
> it generally never has to use mutexes or semaphores. This allows for
> the programmer to use multiple threads without having to contend with the
> associated issues mutexes have in the area of deadly embraces or race
> conditions.

import Queue # ?

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to