pseudofile()
The pseudofile()
destination driver is a very simple driver, aimed at delivering messages to special files such as files in the /proc
, /dev
or /sys
directories. It opens and closes the file after each write operation, instead of keeping it open. It does not append further data. It does not support templates in the filename, and does not have a queue, processing is performed immediately as read by the source. Therefore, no loss is possible, but it takes CPU time from the source, so it is not adequate in high-traffic situations.
Declaration:
pseudofile(filename options());
Last modified December 18, 2024: Merge pull request #90 from axoflow/minor-fixes-241218 (68cd7df)