in reply to Re^2: Sharing STDIN after fork
in thread Sharing STDIN after fork

Great! This also follows the Unix philosophy, which is to have a variety of tools, each of which is excellent at doing one specific thing (with some obvious exceptions). Those tools can then be combined into a larger machine to complete a much more complicated task.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Edit: Add the missing word 'complete' to the last sentence. Ugh.

Replies are listed 'Best First'.
Re^4: Sharing STDIN after fork
by Bod (Parson) on Feb 14, 2022 at 16:11 UTC

    As it happens, today a new feature has been suggested that will necessitate holding the information in a database table - namely being able to schedule the email sending for some time in the future. So I will either be implementing it this way or perhaps using Minion as suggested by etj