Add --forceflush (-ff) as parameter #123

Closed
opened 2026-01-29 16:35:54 +00:00 by claunia · 1 comment
Owner

Originally created by @cfsmp3 on GitHub (Mar 11, 2016).

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.

Originally created by @cfsmp3 on GitHub (Mar 11, 2016). 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.
Author
Owner

@phanindra707 commented on GitHub (Mar 11, 2016):

Added forceflush option #306 [980a0b2441]

@phanindra707 commented on GitHub (Mar 11, 2016): Added forceflush option #306 [https://github.com/phanindra707/ccextractor/commit/980a0b244143568d993b80610de1c9eab23bbd86]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#123