[CRIU] [PATCH] service: add "one connection -- multiple requests" support
Ruslan Kuprieiev
kupruser at gmail.com
Fri Nov 22 12:22:53 PST 2013
On 22.11.2013 21:20, Pavel Emelyanov wrote:
>>>> - 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?
Because if we have restore request further request won't be processed,
as worker is replaced by restored process.
More information about the CRIU
mailing list