New demo script frontend/xorriso_broker.sh (see Debian bug 805495)
This commit is contained in:
14
README
14
README
@ -190,8 +190,18 @@ In particular it connects to xorriso via two pipes, sends commands, waits
|
||||
for all replies of a command, picks info out of the xorriso message sieve,
|
||||
and parses reply message lines into words.
|
||||
|
||||
The bash script frontend/sh_on_named_pipes.sh forks a xorriso process and
|
||||
operates it via two named pipes which it creates.
|
||||
The bash script frontend/sh_on_named_pipes.sh forks a xorriso process
|
||||
connected to two pipes. It then runs a dialog loop, sends commands to xorriso,
|
||||
and displays the replies.
|
||||
|
||||
The sh script frontend/xorriso_broker.sh is intended to execute xorriso
|
||||
commands on a permanently running xorriso process.
|
||||
It gets an id_string by which it looks for named pipes with a running xorriso
|
||||
process. If no such pipe is found, then it starts a xorriso connected to
|
||||
newly created pipes.
|
||||
After this is done, the optionally given xorriso arguments are written into
|
||||
the stdin pipe from where xorriso will read and execute them. The script will
|
||||
end but the xorriso process will go on and wait for more commands.
|
||||
|
||||
|
||||
Drives and Disk File Objects
|
||||
|
Reference in New Issue
Block a user