<?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: what does wait reason for a thread means in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541797#M652186</link>
    <description>The process is waiting for a streams Input/Output operation to complete. This can mean many things. &lt;BR /&gt;&lt;BR /&gt;The simplest case is that the process has displayed a prompt on the terminal and is waiting for the user to type in something. This would be waiting on stdin, or STandarD INput stream.&lt;BR /&gt;&lt;BR /&gt;Network connections can also be streams: if the thread is sending or receiving a lot of network traffic and it goes to STRMS wait state often, it might indicate a network bottleneck.&lt;BR /&gt;&lt;BR /&gt;There are many other stream I/O operations. To analyze this further, you would need to know what the thread is supposed to be doing, and then think about why that operation might need to wait.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 01 Dec 2009 09:06:37 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-12-01T09:06:37Z</dc:date>
    <item>
      <title>what does wait reason for a thread means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541796#M652185</link>
      <description>the wait reason for thread is mentioned as STRMS.&lt;BR /&gt;what does that mean</description>
      <pubDate>Tue, 01 Dec 2009 04:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541796#M652185</guid>
      <dc:creator>jerish sunny</dc:creator>
      <dc:date>2009-12-01T04:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: what does wait reason for a thread means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541797#M652186</link>
      <description>The process is waiting for a streams Input/Output operation to complete. This can mean many things. &lt;BR /&gt;&lt;BR /&gt;The simplest case is that the process has displayed a prompt on the terminal and is waiting for the user to type in something. This would be waiting on stdin, or STandarD INput stream.&lt;BR /&gt;&lt;BR /&gt;Network connections can also be streams: if the thread is sending or receiving a lot of network traffic and it goes to STRMS wait state often, it might indicate a network bottleneck.&lt;BR /&gt;&lt;BR /&gt;There are many other stream I/O operations. To analyze this further, you would need to know what the thread is supposed to be doing, and then think about why that operation might need to wait.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 01 Dec 2009 09:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541797#M652186</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-12-01T09:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: what does wait reason for a thread means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541798#M652187</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;if any program process need a little bit time to complete before next line in program the "wait" is useful control command.&lt;BR /&gt;For an example; you wrote a program and it should write to a file and then need initialize again by &amp;gt;/tmp/your_file , in such a condition you musat put a wiat control between clauses.</description>
      <pubDate>Tue, 01 Dec 2009 09:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-wait-reason-for-a-thread-means/m-p/4541798#M652187</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-12-01T09:33:53Z</dc:date>
    </item>
  </channel>
</rss>

