I'm trying to find a solution to a DFS problem. Our servers have their own file upload methods, but we've also added FTP for large files and folders management. So how do I get DFS to play nicely with our software?
There is no way to delay synchronization times. I can control the bandwidth but the files are small and numerous so that doesn't help. Turning the service on and off throughout the day doesn't seem practical. What happens is 1 server receives a package with our command and control server. Simultaneously, the 2nd server receives the same command and package from the command and control server. Then the DFS synchronization kicks in and server1 corrupts the file package on server 2 or vice-verse.
Anyone encounter this and find a solution?