https://bugzilla.samba.org/show_bug.cgi?id=5220
------- Comment #3 from [EMAIL PROTECTED] 2008-01-23 10:59 CST ------- (In reply to comment #2) > You can make rsync effectively use an existing fd by passing an > $RSYNC_CONNECT_PROG that refers to a program that shuttles data between its > stdin/stdout and the desired fd. I'm not sure that it is worth adding the & > syntax to the official rsync. > I'm aware of that, but you have to have yet another process and have some application to do that for you rather than follow the usual stdio pattern (set up fd, fork/exec). This patch makes things more resource efficient. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html