https://bz.apache.org/bugzilla/show_bug.cgi?id=63219
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Need a controller to save a |Create a function to save a |string into a file |string into a file CC| |[email protected] | |om --- Comment #1 from Philippe Mouawad <[email protected]> --- Contract: ${__stringToFile(<file path>, <sync_id>, <string to write>)} sync_id used to synchronize simultaneous calls that write to the same file Questions: - This means we would be flushing on every call, should we add a parameter ? - Should we use a lock based on file name to synchronize simultaneous calls that write to the same file, or should we add a mandatory sync_id used -- You are receiving this mail because: You are the assignee for the bug.
