<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Async IO concept in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512729#M896475</link>
    <description>My interpretation of asynchronous I/O -&amp;gt; Async I/O means nowait I/O, or non-blocked I/O somebody called it.  For example, in synchronous I/O mode if a process made a disk I/O request but the resouce isn't ready, the process will be blocked and wait, wait until the resource is available.  This impose inefficiency on CPU usage.  On the other hand, if the same process was re-written to adopt asynchronous I/O, the process WILL NOT WAIT for the I/O to be returned, it will made the request, then move on to perform the next other instructions, after finishing all queued instructions then the process will made a "select" system call to pick up its previously requested I/O then finish what it supposed to finish.  This way CPU time will not be wasted on waiting (wio in the sar output).&lt;BR /&gt;&lt;BR /&gt;My 2 cents.&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
    <pubDate>Tue, 03 Apr 2001 03:29:28 GMT</pubDate>
    <dc:creator>Philip Chan_1</dc:creator>
    <dc:date>2001-04-03T03:29:28Z</dc:date>
    <item>
      <title>Async IO concept</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512728#M896473</link>
      <description>Hi, All Master,&lt;BR /&gt;&lt;BR /&gt;   I'm reading Oracle Installation Guide on HP-UX, one term stops me.That is:Async IO. Could any one tell me more about it,I want to know its concept,background,principle, etc. Or Could you give me a link so that I will learn it from there.&lt;BR /&gt;&lt;BR /&gt;  Thanks in advance.</description>
      <pubDate>Tue, 03 Apr 2001 03:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512728#M896473</guid>
      <dc:creator>Lalo Weng</dc:creator>
      <dc:date>2001-04-03T03:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Async IO concept</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512729#M896475</link>
      <description>My interpretation of asynchronous I/O -&amp;gt; Async I/O means nowait I/O, or non-blocked I/O somebody called it.  For example, in synchronous I/O mode if a process made a disk I/O request but the resouce isn't ready, the process will be blocked and wait, wait until the resource is available.  This impose inefficiency on CPU usage.  On the other hand, if the same process was re-written to adopt asynchronous I/O, the process WILL NOT WAIT for the I/O to be returned, it will made the request, then move on to perform the next other instructions, after finishing all queued instructions then the process will made a "select" system call to pick up its previously requested I/O then finish what it supposed to finish.  This way CPU time will not be wasted on waiting (wio in the sar output).&lt;BR /&gt;&lt;BR /&gt;My 2 cents.&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
      <pubDate>Tue, 03 Apr 2001 03:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512729#M896475</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-03T03:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Async IO concept</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512730#M896477</link>
      <description>Philip is correct and in almost all cases asynch io will give better performance but there is a downside. There is no assurance that the IO operation actually completes. You are trading speed for integrity. You will need to enable asynch_io in the kernel and rebuild the kernel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2001 12:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-io-concept/m-p/2512730#M896477</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-04-03T12:45:18Z</dc:date>
    </item>
  </channel>
</rss>

