• A
    Process events with processEventsWhileBlocked() when blocked. · f4823497
    antirez 提交于
    When we are blocked and a few events a processed from time to time, it
    is smarter to call the event handler a few times in order to handle the
    accept, read, write, close cycle of a client in a single pass, otherwise
    there is too much latency added for clients to receive a reply while the
    server is busy in some way (for example during the DB loading).
    f4823497
rdb.c 43.3 KB