facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.85k stars 390 forks source link

integrate with fswatch for continous wdt sync #6

Open ldemailly opened 8 years ago

ldemailly commented 8 years ago

To have long running wdt running on 2 hosts and use fswatch https://github.com/emcrisostomo/fswatch to signal changing files and send them (or the ranges that change)

The use case is development on say a laptop and sync to server for building/testing

nxtreaming commented 8 years ago

maybe watchman: https://github.com/facebook/watchman is an alternative.

ldemailly commented 8 years ago

:-) yes ! watchman can feed into wdt too