<?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: Process - utilize more CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943433#M760604</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Sure, but the application program needs to be written in such a way to use multiple cpus. There is nothing you can do from the systems administration standpoint to make it happen.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 13 Feb 2007 05:25:45 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-02-13T05:25:45Z</dc:date>
    <item>
      <title>Process - utilize more CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943432#M760603</link>
      <description>Good day,&lt;BR /&gt;configuration:&lt;BR /&gt;HP-UX B.11.11 &lt;BR /&gt;application server rp5470 (4 CPU)&lt;BR /&gt;Program (process) run on server more than 6 hours - in night. This process use in Glance CPU 70% - 90%, but only perhaps 1 CPU from 4 CPU. Is possible use more CPU with this process or how improve performance for this process.&lt;BR /&gt;Thank You Ludek</description>
      <pubDate>Tue, 13 Feb 2007 05:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943432#M760603</guid>
      <dc:creator>LudekC</dc:creator>
      <dc:date>2007-02-13T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Process - utilize more CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943433#M760604</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Sure, but the application program needs to be written in such a way to use multiple cpus. There is nothing you can do from the systems administration standpoint to make it happen.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Feb 2007 05:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943433#M760604</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-02-13T05:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Process - utilize more CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943434#M760605</link>
      <description>Hello,&lt;BR /&gt;is possible reserve (assign) 1 CPU for one concrete process? &lt;BR /&gt;Thank You Ludek</description>
      <pubDate>Tue, 13 Feb 2007 07:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943434#M760605</guid>
      <dc:creator>LudekC</dc:creator>
      <dc:date>2007-02-13T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process - utilize more CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943435#M760606</link>
      <description>Your process is running the way it was written. The first instruction must be executed before the second instruction and so on. That is called single threaded so you'll get exactly the same results on a single processor system as you would on a 32 processor system. To make the program run faster, you must be able to change the code and:&lt;BR /&gt; &lt;BR /&gt;1. rewrite the application to remove inefficient code&lt;BR /&gt; &lt;BR /&gt;2. create threads to process independent sections of the code&lt;BR /&gt; &lt;BR /&gt;3. reduce the number of I/O's by reading larger records&lt;BR /&gt; &lt;BR /&gt;Your last question about a single CPU is yes, you can assign a process to a single processor. To answer your un-asked question:&lt;BR /&gt; &lt;BR /&gt;NO, you won't see any difference in performance at all. HP-UX assigns a processor every time a process starts running after a system call. There is no movement of the program -- only the program counter is loaded along with a few registers (microseconds). But this occurs regardless of whether the processor has been reserved or not. You can play with processor sets using the mpsched command.</description>
      <pubDate>Tue, 13 Feb 2007 09:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilize-more-cpu/m-p/3943435#M760606</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-13T09:35:44Z</dc:date>
    </item>
  </channel>
</rss>

