• [^] # Re: DNotify

    Posté par (site web personnel) . En réponse au journal Gamin. Évalué à 1.

    Sur la perte de perf, elle est réelle, cf récent post de Daniel Veillard
    http://www.advogato.org/person/DV/diary.html?start=176(...)

    :

    It also enable both kernel (dnotify) and polling monitoring of resource. It serves 2 purpose at the moment, one is checking when monitored resources do not exist (dnotify forces to open() the file) the second one is to minimize the monitoring costs on bysy resources, in that case monitoring is switched to polling untill the resource comes back to a quiet status. An example of this is that watching an active directory (say you're running make in a source tree you're watching) should not eat all the CPU anymore due to the constant flow of kernel dnotify events, FAM events, and nautilus redisplay.