On Wed, 16 Aug 2006 10:15:28 +0400 Sergey Matveychuk <[EMAIL PROTECTED]> 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. <[EMAIL PROTECTED]> Россия, Москва 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
signature.asc
Description: PGP signature