From: Jean-Etienne Durand Date: 2006-10-27T03:10:42+09:00 Subject: Ruby fs watcher? Hi, I wrote a script processing some files in a directory: each time there is a new file in a given directory, I do something. So, my problem here is to know when a new file arrived in the dir. What I do now is to try to open the file in exclusive mode and do not process the file if it fails, but polling just kills the cpu. I am wondering if somebody could explain me an elegant notification solution? Thank you, Jean-Etienne -- Posted via http://www.ruby-forum.com/.