Subj : Re: Idea: Filesystem signals To : comp.os.linux From : Jeroen Geilman Date : Mon Aug 23 2004 10:26 pm Sybren Stuvel wrote: > But you forget that there must be a *check* for that signal handler > first. This takes time, slowing down the computer. Every change in > every file would trigger a check on every process. Bad idea. Not only that: by definition, every process that writes to the filesystem will send this signalling system into an infinite loop! Yes, you could prevent that by not notifying the process that canged the file - further slowing down the system with more checks ;-) Oh and - in order to implement this efficiently, every process would need to have the signalling code embedded, since making it a system call would mean.. even more slowdown ! The list goes on... -- J All your bits are belong to us - again. .