On 12.04.21 14:52, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
the jsonrpcs module exports a function that executes rpc commands from command line, jsonrpcs_exec() iirc.
Thanks for the tip. It sounds a bit heavy weight though.
It is like the rpc command, but faster, without the network/fifo file I/O, all operations are in memory. I do not expect there is any significant performance penalty, specially if you need it in exceptional cases.
Cheers, Daniel