public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jesse Hughes <[email protected]>
To: "[email protected]" <[email protected]>
Cc: John <[email protected]>
Subject: Emulating epoll
Date: Tue, 20 Apr 2021 16:37:17 +0000	[thread overview]
Message-ID: <YTBPR01MB2798B37324ED46A33DCD21B0BF489@YTBPR01MB2798.CANPRD01.PROD.OUTLOOK.COM> (raw)

Hello,

I want to start by saying thank-you for working on io_uring.  My experience using it thus far has been great.

I'm working on an open-source database product (KeyDB, a multi-threaded redis fork) and we're considering rewriting our IO to use io_uring.  Our current implementation uses epoll, and processes IO on (mainly) sockets as they become ready.

If I'm understanding the literature correctly, to emulate epoll, we should be able to set up a uring, put in a read sqe for each incoming socket connection, then (using liburing) call io_uring_wait_sqe​.  Correct?  Is there a better way of doing that?

Our end-goal is not to emulate epoll, but that seems like the quickest way of getting something working that we can do further experiments with.

For reference, if anyone's interested, our source repo is at : https://github.com/EQ-Alpha/KeyDB

Cheers,
Jesse

             reply	other threads:[~2021-04-20 16:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 16:37 Jesse Hughes [this message]
2021-04-20 16:59 ` Emulating epoll Pavel Begunkov
2021-04-20 17:48   ` Jesse Hughes
2021-04-23 14:07     ` Pavel Begunkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YTBPR01MB2798B37324ED46A33DCD21B0BF489@YTBPR01MB2798.CANPRD01.PROD.OUTLOOK.COM \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox