File IO with select?

Erno Kuusela erno at iki.fi
Thu Jul 13 02:38:44 EDT 2000


>>>>> "Jared" == Jared Lee Peterson <jared at tgflinux.com> writes:

    Jared> wait until process two writes to the file before it can
    Jared> then read from it.  I am trying to use select() for this

won't work on regular files. use file locking (see the fcntl mdoule).

  -- erno



More information about the Python-list mailing list