From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 11 22:11:16 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 463FFD02 for ; Wed, 11 Mar 2015 22:11:16 +0000 (UTC) Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0705C688 for ; Wed, 11 Mar 2015 22:11:15 +0000 (UTC) Received: by yhaf73 with SMTP id f73so6149732yha.12 for ; Wed, 11 Mar 2015 15:11:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QZ3Hqpq7gqtfDxvRkLoviM/H91mCVBGTf3SMqjtC3ok=; b=FeKMK6z93Ska9ohAOxw8YAp2Qu5grrD/mOFNI0yyU/1fbiNWGxqnIMBLz2zIhwuYmp GqoDsWyQbYX0Ej52JaAoXS+vf472U2iIl9nUdlRwIIfxAIA/jFYnEJoE8ARt0+P2LIBh 1wUvstds8J8gfdcouDTfbBLB12Bn2SmYhilBdH2omNHpig91a6UFCi+VaAnTaZPWGFNy pJ2JHOvxW70MCbbHo3JB+xJoKMACpRTvQfmGpglYKtz7woUuEwy/8GS6IqEFvJhwTLSM m0+qAg7hEd0FcSJ9zJSLfk1ieYFjnsuMectSbQWKzoPaO/Xgk3MGKswcVgXAo9IWk0+T usrA== X-Gm-Message-State: ALoCoQlvaMwe967WT0hN1P928VBeMpdEHTITptHtC8Zqtx0nIciTSv3W/T2+kVZElfapFRXM95yF MIME-Version: 1.0 X-Received: by 10.236.209.137 with SMTP id s9mr39338300yho.45.1426111874433; Wed, 11 Mar 2015 15:11:14 -0700 (PDT) Received: by 10.170.104.86 with HTTP; Wed, 11 Mar 2015 15:11:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Mar 2015 23:11:14 +0100 Message-ID: Subject: Re: file system change notifications From: Oliver Pinter To: Kim Shrier , Shawn Webb Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Hackers , int0dster@gmail.com X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 22:11:16 -0000 Take a look at dazuko kernel module. Probably you should forward port them, because they are obsoleted. On Wed, Mar 11, 2015 at 10:54 PM, Kim Shrier wrote: > On Mar 11, 2015, at 1:14 PM, Ivan Krivonos wrote: >> >> Hi, >> >> Have not read this paper, but why just don`t kqueue() ? >> > > Apparently, you have to have a file descriptor for every file you want to > monitor, if I read things right. This is prohibitive with 100,000+ files. > It also means that you cannot unmount a file system if you are monitoring > any files in it, since the file system is considered busy. > > Kim > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"