<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/03/2013 11:47 AM, Max Lapshin
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMxVRxB51kRkjKxrW8pnHZ=dH=49+_Ydz_=Bd_VwDK7xHNTwTA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">Yes, there are two good ways to go:
        <div><br>
        </div>
        <div style="">1) add async IO for those platforms that can
          (FreeBSD, Linux), it will remove requirement to use async
          threads</div>
        <div style="">2) lock driver to async thread pool</div>
      </div>
    </blockquote>
    If I were you, I would try the second approach. Aio would more or
    less require a new driver. The upside of Aio, if you get it to work
    properly, would be that you do not need to get a patch accepted, you
    could have the aio driver solution in your own codebase.<br>
  </body>
</html>