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/...)
 
m
 
Line 1: Line 1:
 
= File and Directory notifications =
 
= 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/KQueue.pm | KQueue manual]]
+
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/KQueue.pm KQueue manual]
 
*See ''man 2 kqueue''
 
*See ''man 2 kqueue''
 
On linux you would use ''inotify'' <ref>http://www.ibm.com/developerworks/linux/library/l-ubuntu-inotify/index.html</ref> or ''epoll''  
 
On linux you would use ''inotify'' <ref>http://www.ibm.com/developerworks/linux/library/l-ubuntu-inotify/index.html</ref> or ''epoll''  

Latest revision as of 07:37, 1 March 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