On 09/04/2015 12:17, cluster lab wrote:
Hi,
I want to recognize qemu process termination,
After some test and try, developed this scenario:
"Receiving of EOF from opened monitoring channel (return of zero from
read) would mean qemu process termination. "
(monitor means JSON monitor channel),
I
Hi,
I want to recognize qemu process termination,
After some test and try, developed this scenario:
"Receiving of EOF from opened monitoring channel (return of zero from
read) would mean qemu process termination. "
(monitor means JSON monitor channel),
Is it a correct way?
Best regards.