https://bugzilla.samba.org/show_bug.cgi?id=4318





------- Comment #2 from [EMAIL PROTECTED]  2007-01-02 22:04 MST -------
Erratum for my demo daemon: the configuration file should set "max connections
= 1" with a global "lock file" to avoid tons of nasty outcomes when a client
connects in the middle of configuration updating.  It might be nice if the
daemon placed some kind of advisory read lock on its configuration file while
reading the file so that other processes could safely update the file by
placing a write lock.  Bonus points if the daemon keeps the lock while reading
the secrets file so it can avoid reading a secrets file newer than the
configuration file.


-- 
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

Reply via email to