Difference between revisions of "Skemaprogram på FreeBSD"
From Teknologisk videncenter
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 09: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