WaitForMultipleObjects in Python.

Elbert Lev elbertlev at hotmail.com
Fri Jul 9 23:03:49 EDT 2004


David!

> It's close enough for many uses, but not for all.  But I disagree that
> such a statement must imply a wrong language choice.  Python has a
> selected set of synchronization primitives and supporting functions.
> The very fact that there are any in the standard library certainly
> means, to me, that there can and should be discussions as to whether
> it has a reasonable set, without having to jump right to "switch
> languages."
> 

Python syncro promitives and threading model are the same as in java.
I'm sure that they are sufficient for creating more powerful objects,
including multilock. Will it pay off? After all Python is a scipting
language.

Agian! How this problem is solved in java?



More information about the Python-list mailing list