larroy / clearskies_core

Open source, distributed, secure data synchronization using the clearskies protocol
GNU Lesser General Public License v3.0
136 stars 15 forks source link

Implement an intelligent scanner for Windows #22

Open larroy opened 10 years ago

larroy commented 10 years ago

The scanner should be triggered on file changes using the platforms file notification mechanism

GitMoDu commented 10 years ago

In Windows, there is a event trigger mechanism for this, it's called FindFirstChangeNotification. I can't look into it.