looking for blocking on read of a real file (not socket or pipe)

elbertlev at hotmail.com elbertlev at hotmail.com
Mon Dec 13 22:28:45 EST 2004


I doubt that the recipe you recomended will work at all in the case of
different processes. To do this right file has to be open in shared
mode (by both programs). Python does not support shared access.
In the case of one program, but different threads probably this will
work.




More information about the Python-list mailing list