Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1032791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:08:03+00:00 2026-05-16T14:08:03+00:00

Recently I am learning how to write a high performance web server.There is a

  • 0

Recently I am learning how to write a high performance web server.There is a experiment by RedHat says that epoll is faster than aio. someone says that because aio in Linux kernel is implemented with pthread. It’s difficult for me to find latest information to prove this.Also I don’t know is epoll still better than aio now on Linux?So I want to know where can I get the newest information about aio on Linux 2.6.x. Thx a lot!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T14:08:04+00:00Added an answer on May 16, 2026 at 2:08 pm

    I’m researching the same area.

    Can you even make aio on Linux work? I write 300M with aio_write() and see them as dirty pages in the cache. That means they don’t go directly to the IO scheduler, but to the VM and later pdflush/flush. Which means aio is as good/bad as just buffered io.

    I’m on 2.6.16.46 on the build machine and 2.6.27.19 on the target. This isn’t exactly newest Linux kernel/libs, so that may be a problem.

    Another aspect is the IO scheduler you use. CFQ favors synchronous IO, but may be tuned for async. It also supports IO priorities.

    For starters, I would recommend watching a few places when you execute your IO:

    1. /proc/meminfo – see dirty pages trends
    2. echo 1 > /proc/sys/vm/block_dump and watch syslog, you’ll see who’s doing the writing and when
    3. sar -dp 1 – see if your devices are being utilized at 100%
    4. cd /proc; cat */status | grep State – see who’s blocked on disk
    5. /sys/block//queue/iosched – io scheduler tunables
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've recently started learning HLSL after deciding that I wanted better lighting than what
I've started learning Lisp recently and wanted to write a program which uses gtk
I recently started learning Java and found it very strange that every Java public
I recently started learning ruby, and I understood that you coud use code blocks
I've been a web developer for some time now, and have recently started learning
I recently began learning how to write apps for Android. Before resorting to a
I recently decided that I wanted to try learning how to program in assembly.
Recently I've been learning how to create methods within classes so that I only
I've recently started learning Python and wrote a little script that informs me when
Recently im learning how to write a boot sector, here is the complete code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.