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 | 427 | March 2, 2018 | |
Timeout / early kill an external process | 2 | 968 | January 24, 2021 | |
How to do readuntil(io, ::Regex)? | 0 | 190 | February 7, 2024 | |
a=readuntil(STDIN,"\n") | 3 | 786 | September 12, 2023 | |
How to read from external command and also get exit status | 2 | 204 | June 5, 2023 |