"bill" <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to