signals (again)

Paul Rubin http
Wed Aug 10 21:27:58 EDT 2005


"bill" <bill.pursell at gmail.com> writes:
> What's the pythonic thing to do here?  How can I
> guarantee timely response to the creation of a file in the directory
> referenced by fd?

Use asynchronous calls and/or a separate thread.



More information about the Python-list mailing list