[CRIU] [PATCH] service: add "one connection -- multiple requests" support

Pavel Emelyanov xemul at parallels.com
Fri Nov 22 09:20:54 PST 2013


>>> -	default: {
>>> -		CriuResp resp = CRIU_RESP__INIT;
>>> +		if (ret == 0)
>>> +			break;
>>> +
>>> +		pid = fork();
>> NAK. Each request should be synchronous withing session.
> 
> Oh, yeah. I will add wait() after loop. Ok?

Why not just omiting fork() here?


More information about the CRIU mailing list