qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] NBD handshake may block qemu main thread when socket delays


From: Fangyi (C)
Subject: [Qemu-block] NBD handshake may block qemu main thread when socket delays or has packet loss
Date: Wed, 4 Jan 2017 16:45:32 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

As we all know, socket is in blocking mode when nbd is negotiating with the other end. If the network is poor because of delay or packet loss, socket read or write will return very slowly. The mainloop events won't be handled in time util nbd handshake ends.

    Any advices to solve the problem?
    Thanks,


Regards,
    FANG Yi.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]