Re: Conditions vs Events

2006-04-20 Thread Sergei Organov
"Carl J. Van Arsdall" <[EMAIL PROTECTED]> writes: > Le Monde De Python, > > I've been working a lot with python threads from the threading module. > Specifically, when is it better to use a condition object vs an event > object? Condition is the universal primitive for waiting for some conditio

Conditions vs Events

2006-04-19 Thread Carl J. Van Arsdall
Le Monde De Python, I've been working a lot with python threads from the threading module. Specifically, when is it better to use a condition object vs an event object? It seems to me that, at least superficially, I can just about use these two mechanisms interchangeably. The only real diffe