gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.
http://packages.python.org/watchdog/
Apache License 2.0
6.4k stars 687 forks source link

No implementation for Solaris FEM. #10

Open gorakhargosh opened 13 years ago

gorakhargosh commented 13 years ago

Solaris has a File Event Monitoring (FEM) Api that could be wrapped as well. Consider implementing this.

sholsapp commented 11 years ago

+1 this would be very helpful. Can you link to the API you're looking at?

mtelka commented 5 months ago

Here is an old blog about file changes notifications in OpenSolaris. Links from that blog no longer works, but there are current illumos man pages for port_create(3C) and port_associate(3C) available.