pydio-sync-java icon indicating copy to clipboard operation
pydio-sync-java copied to clipboard

Sync time less than 10 minutes

Open mguyard opened this issue 11 years ago • 2 comments

Hi,

I test Pydio and Desktop Sync (we already use Ajaxplorer) to replace dropbox usage.

It's possible to define a sync time less than 10 minute, for example, on change detection ?

mguyard avatar Nov 18 '13 16:11 mguyard

I think something like this would be very much possible - there are already hooks into the OS to make this possible (without needing an ugly/inefficient infinite loop):

Mac OSX - kqueue Linux - inotify Windows - FileSystemWatcher/ReadDirectoryChangesW

In my opinion the simplest approach would be to write a native application for those platforms that monitor the syncing directories and if a change is detected signal the ajaxplorer sync to start a sync.

DotSlashNatalie avatar Nov 21 '13 03:11 DotSlashNatalie

@nadams810 @mguyard that's something we will put in the next generation (reworking from scratch). For now we have greatly improved the java-based impl, see http://dl.ajaxplorer.info/nightly/sync/0.8.4-SNAPSHOT/Pydio-0.8.4-MacOSX-Setup.dmg or http://dl.ajaxplorer.info/nightly/sync/0.8.4-SNAPSHOT/Pydio-0.8.4-Windows-Setup.exe , if you can test that would be cool.

cdujeu avatar Dec 30 '13 11:12 cdujeu