mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Threaded IO: second attempt without signaling conditions.
This commit is contained in:
@ -2072,8 +2072,6 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
|
||||
flushAppendOnlyFile(0);
|
||||
|
||||
/* Handle writes with pending output buffers. */
|
||||
/* XXX: Put a condition based on number of waiting clients: if we
|
||||
* have less than a given number of clients, use non threaded code. */
|
||||
handleClientsWithPendingWritesUsingThreads();
|
||||
|
||||
/* Close clients that need to be closed asynchronous */
|
||||
|
Reference in New Issue
Block a user