Difference between revisions of "Skemaprogram på FreeBSD"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: = File and Directory notifications = On FreeBSD you need to install the Perl module IO:KQueue <ref>http://search.cpan.org/dist/IO-KQueue/</ref>. [http://search.cpan.org/dist/IO-KQueue/...)
(No difference)

Revision as of 10:34, 9 January 2010

File and Directory notifications

On FreeBSD you need to install the Perl module IO:KQueue [1]. | KQueue manual]

  • See man 2 kqueue

On linux you would use inotify [2] or epoll

References