On Sat, Aug 09, 2014 at 10:45:14AM +0000, [email protected] 
wrote:
> I've not used master mode before. From what I can make out from the
> ssh_config manual page, this causes ssh to open a single long-running
> connection to the server which is re-used by anything connecting to the
> control socket? If so, this won't actually work in my case, as this is
> considered a long-running process on the site5 side and will eventually
> be killed.

It does avoid the problem of creating many short living connections,
which is likely a much bigger issue. The last command will terminate the
master connection after all syncs are done.

The other orthogonal option of course is to just record the highest rid
present after each sync and skip the sync if it hasn't changed.

Joerg
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to