Displaying 1 result from an estimated 1 matches for "sync_delay".
2011 Jan 05
1
RFC: grouped (f)sync
...iplexing method. This works for
each one, albeit the timing is somewhat different.
So here's the idea: instead of fsyncing immediately in the LDA (lmtpd)
every time when the client says "\r\n.\r\n" after the DATA phase, let's
introduce a user settable timer (let's call that sync_delay from now on)
and only sync in every sync_delay seconds.
This would introduce an up to sync_delay seconds delay in lmtpd
returning "250 Ok" to the client, but that's generally not a problem,
because in high traffic setups there is a great amount of concurrency,
so you could use a l...