Panagiotis Cheilaris
Panagiotis Cheilaris
I can also kill it this way, but I would like to be able to detect if it takes too long. For example, this also blocks, even though I have...
To be more specific, I can kill it if I run it in a cygwin terminal in windows with Rscript: Rscript -e "remoter::batch(addr = 'non_existent_host', script = 'ls()')" However, in...
I have investigated a little more and it is not trivial to implement something with a timeout and non-blocking requests. This is due to the ZeroMQ settings used. In fact,...