When running external processes/commands from Julia and then waiting for them getting to a particular point in their execution it sometimes happen that they never get there. Is there some simple way to timeout when running readuntil or similar command that is waiting in particular string on the output io from the executing command?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Controlling both input and output of unix program? | 0 | 430 | March 2, 2018 | |
Read lines from command and kill the process | 0 | 401 | October 7, 2019 | |
Timeout / early kill an external process | 3 | 1017 | June 12, 2025 | |
Using a bi-directional pipe to read and write from 'cmd' | 5 | 867 | October 28, 2019 | |
Suggestions/Improvements: STDOUT consumer task | 2 | 812 | November 14, 2017 |