You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably use open_next_queue_file to open a configurable number of files, and return a file-like object (though maybe one that's just duck-type file-like enough - e.g. with a write and flush method). That method can write lines round-robin between multiple files and I can measure the speed increase there.
This is partially working in new_sending_mechanism, but it is broken there. In production_spooling the code prior to this work is bundled up and working.
In the relay daemon it may make sense to write to multiple temp files and rename them all at once in order to get parallel deliveries.
The text was updated successfully, but these errors were encountered: