<?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 Load distribution on Multi processor system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616976#M37804</link>
    <description>Hi all,&lt;BR /&gt;   I am working with a multi processor system (HP R class with two processor). I am working on a performance monitoring work on that box. May I know, how th OS distributes the load between the processors. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Suresh</description>
    <pubDate>Mon, 19 Nov 2001 19:13:14 GMT</pubDate>
    <dc:creator>suresh_7</dc:creator>
    <dc:date>2001-11-19T19:13:14Z</dc:date>
    <item>
      <title>Load distribution on Multi processor system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616976#M37804</link>
      <description>Hi all,&lt;BR /&gt;   I am working with a multi processor system (HP R class with two processor). I am working on a performance monitoring work on that box. May I know, how th OS distributes the load between the processors. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Suresh</description>
      <pubDate>Mon, 19 Nov 2001 19:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616976#M37804</guid>
      <dc:creator>suresh_7</dc:creator>
      <dc:date>2001-11-19T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load distribution on Multi processor system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616977#M37805</link>
      <description>With a scheduler. There are many things that can happen to a process to cause it to be "paged" out and other reasons why processes are started up. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 19 Nov 2001 19:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616977#M37805</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-19T19:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load distribution on Multi processor system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616978#M37806</link>
      <description>Lund Performance solutions has some excellent works on the subject.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.lund.com" target="_blank"&gt;www.lund.com&lt;/A&gt;</description>
      <pubDate>Mon, 19 Nov 2001 23:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616978#M37806</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-11-19T23:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load distribution on Multi processor system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616979#M37807</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Load distribution over processors is performed by smpsched.&lt;BR /&gt;&lt;BR /&gt;smpsched is the Symmetric Multiprocessor Scheduler. It schedules your process threads for execution. &lt;BR /&gt;&lt;BR /&gt;Priorities can be manipulated with the nice and renice commands and the setpri and setpriority system calls, as before. The scheduler allows a given thread to run for at most one time slice before forcing it to yield to the next dispatchable thread of the same or higher priority. &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards. &lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong &lt;BR /&gt;Brainbench MVP for Unix Admin &lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 20 Nov 2001 00:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616979#M37807</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-11-20T00:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load distribution on Multi processor system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616980#M37808</link>
      <description>HP-UX operates in the SMP (Symmetric Multi-Processor) mode.  It is very important to note that if you run one normal program, it will run on only 1 processor.  There is no way to split the sequential tasks of normal programs and work on sections independently in different processors.&lt;BR /&gt;&lt;BR /&gt;Now if a program is threaded, then threads will be allocated to any available processors. Threading requires that the program has been designed and written for this capability.  &lt;BR /&gt;&lt;BR /&gt;A common multi-threaded program is Netscape or Internet Explorer. These programs actually schedule multiple tasks as separate mini-programs (threads), and these will indeed use ogther processors independently. The program code keep everything straight.&lt;BR /&gt;&lt;BR /&gt;NOte: most HP-UX servers that are used as database servers are seldom compute-bound so processor usage is not much of a performance factor.</description>
      <pubDate>Tue, 20 Nov 2001 00:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-distribution-on-multi-processor-system/m-p/2616980#M37808</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-11-20T00:55:07Z</dc:date>
    </item>
  </channel>
</rss>

