Is closing file descriptor and removing inotify watch really necessary?

Posted by hell.orts.ru on Stack Overflow See other posts from Stack Overflow or by hell.orts.ru
Published on 2010-03-08T09:22:12Z Indexed on 2010/03/08 9:36 UTC
Read the original article Hit count: 170

Filed under:
|
|

With python inotifyx, do I have to remove watch and close opened system file descriptor if I need them until program exit? E.g. is there some possible problems if I create one (file descriptor + watch) with each run and don't close it?

© Stack Overflow or respective owner

Related posts about python

Related posts about inotify