Dandelion-Message-Service
Dandelion-Message-Service copied to clipboard
Parallel synchronization
Parallelize the synchronization process (spawn multiple clients to sync with different data bases).
An impl. would probably use a small thread pool (2-10 threads).
Note: Must document thread safety constraints of different modules.