An easy one for GSoC applicants:
We need to add a parameter --forceflush (short -ff) that if used will cause the file buffers to be flushed as soon as content is written.
Actually the functionality itself is already there
(file ccx_encoders_common.c, check the call to fsync)
but currently it's forced. The required change implies is that only if forceflush is used fysnc is to be called.
An easy one for GSoC applicants:
We need to add a parameter --forceflush (short -ff) that if used will cause the file buffers to be flushed as soon as content is written.
Actually the functionality itself is already there
(file ccx_encoders_common.c, check the call to fsync)
but currently it's forced. The required change implies is that only if forceflush is used fysnc is to be called.