1. 10 Feb, 2011 7 commits
  2. 09 Feb, 2011 11 commits
  3. 08 Feb, 2011 20 commits
  4. 07 Feb, 2011 2 commits
    • Inaam Rana's avatar
      Bug #59472 increase AIO requests per IO thread limit to 256 from 32 · d5c3cca9
      Inaam Rana authored
      rb://566
      approved by: Sunny
      
      When using native aio on linux each IO helper thread should be able to
      handle upto 256 IO requests. The number 256 is the same which is used
      for simulated aio as well. In case of windows where we also use native
      aio this limit is 32 because of OS constraints. It seems that we are
      using the limit of 32 for all the platforms where we are using native
      aio. The fix is to use 256 on all platforms except windows (when native
      aio is enabled on windows)
      d5c3cca9
    • Bjorn Munch's avatar
      null upmerge · b5f7d244
      Bjorn Munch authored
      b5f7d244