devel/fam build failure

Stanislav Sedov ssedov at mbsd.msk.ru
Thu Aug 17 16:00:20 UTC 2006


On Wed, 16 Aug 2006 10:15:28 +0400
Sergey Matveychuk <sem at FreeBSD.org> mentioned:
> 
> Does any of them use kqueue(2)?
> 

SGI fam port doesn't use kqueue/kfilter interface because of kqueue
impossibilty to monitor files by inode/filename. Therefore it
requires to actually open file for reading that can potentially
pollute system memory by open file descriptors (the limited number
of which is usually available) and always consumes a large number
of resources.

I'm currently working on providing imon-like interface for FreeBSD
to monitor fs events in efficient way. Currently, timer-based
monitoring is the most efficient way, IMHO. 

-- 
Stanislav Sedov         MBSD labs, Inc.         <ssedov at mbsd.msk.ru>
Россия, Москва         http://mbsd.msk.ru

--------------------------------------------------------------------
If the facts don't fit the theory, change the facts.  -- A. Einstein
--------------------------------------------------------------------
PGP fingerprint:  F21E D6CC 5626 9609 6CE2  A385 2BF5 5993 EB26 9581
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060817/3b8c89b7/signature.pgp


More information about the freebsd-ports mailing list