locks in threads

Markus von Ehr vonehr at ira.uka.de
Fri Nov 3 08:21:43 EST 2000


Hi,

I have an one thread running. The user constructs the data (read and
write)
in a complicated class structure and the thread (running every 100 ms)
only has to read this data. Are there any problems (program crash etc.)
when I don't use variable locks? The thread only has to read integers
out
of the data structure. I don't care if I read an older or a newer value.

Thanx a lot,

Markus





More information about the Python-list mailing list