<?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: Scheduler hpux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125100#M803003</link>
    <description>Real time and time Sharing</description>
    <pubDate>Thu, 20 Nov 2003 11:52:35 GMT</pubDate>
    <dc:creator>Jose_129</dc:creator>
    <dc:date>2003-11-20T11:52:35Z</dc:date>
    <item>
      <title>Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125096#M802999</link>
      <description>That scheduler hpux 11i install by default in the server and like modifying it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jose</description>
      <pubDate>Thu, 20 Nov 2003 11:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125096#M802999</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-20T11:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125097#M803000</link>
      <description>Jose,&lt;BR /&gt; &lt;BR /&gt;Do you mean cron?&lt;BR /&gt; &lt;BR /&gt;If so, try "crontab -e" and enter lines like&lt;BR /&gt; &lt;BR /&gt;00 16 1 * * /usr/local/bin/mycommand&lt;BR /&gt; &lt;BR /&gt;which would run mycommand on the first of each month and 16.00 hours.&lt;BR /&gt; &lt;BR /&gt;THe fields are&lt;BR /&gt;&lt;BR /&gt;MIN HOUR DAY MONTH DAYOFWEEK COMMAND&lt;BR /&gt; &lt;BR /&gt;Where "*" means all&lt;BR /&gt; &lt;BR /&gt;Hope that's what you are after.</description>
      <pubDate>Thu, 20 Nov 2003 11:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125097#M803000</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-20T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125098#M803001</link>
      <description>You mean cron?&lt;BR /&gt;&lt;BR /&gt;-Tomek</description>
      <pubDate>Thu, 20 Nov 2003 11:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125098#M803001</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2003-11-20T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125099#M803002</link>
      <description>Jose,&lt;BR /&gt; If you mean used schedule for jobs, look at &lt;BR /&gt;cron&lt;BR /&gt;crontab&lt;BR /&gt;&lt;BR /&gt;If you mean the Unix process scheduler, there is not much modification possible.&lt;BR /&gt;You can set time slice, for instance.&lt;BR /&gt;&lt;BR /&gt;(You could in theory create a 'real time' OS by giving the sched proceess a low priority)</description>
      <pubDate>Thu, 20 Nov 2003 11:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125099#M803002</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-11-20T11:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125100#M803003</link>
      <description>Real time and time Sharing</description>
      <pubDate>Thu, 20 Nov 2003 11:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125100#M803003</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-20T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125101#M803004</link>
      <description>Each thread can be scheduled, synchronized, prioritized, and can send&lt;BR /&gt;and receive signals. How i do that?</description>
      <pubDate>Thu, 20 Nov 2003 12:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125101#M803004</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-20T12:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125102#M803005</link>
      <description>This might help.&lt;BR /&gt;In a multi threaded application, threads could each create a process. Brief look at folowing man pages might get you started.&lt;BR /&gt;&lt;BR /&gt;schedule  ===&amp;gt; man  cron &lt;BR /&gt;                    crontab&lt;BR /&gt;signals  send to process ===&amp;gt; kill&lt;BR /&gt;         rcve from process ==&amp;gt; $?&lt;BR /&gt;priorities ====&amp;gt;  nice&lt;BR /&gt;                  renice&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 15:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125102#M803005</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-11-20T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125103#M803006</link>
      <description>See his earlier thread...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=266437" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=266437&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jose - I think I answered your questions in it. All processes started by users start with a default scheduling priority &amp;amp; increase as they wait for CPU time &amp;amp; decrease as they use it &amp;amp; on &amp;amp; on until they complete. You cannot conrol them unless you use the rtsched or rtprio commands. But *again* I will warn you to not do this UNLESS you know exactly what you're doing &amp;amp; the implications thereof.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 20 Nov 2003 16:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125103#M803006</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-20T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125104#M803007</link>
      <description>I'll amend that last answer. Priority can be changed in the timeshare range with the nice &amp;amp; renice commands. But these commands cannot move priorities into the realtime range   only rtsched &amp;amp; rtprio can do that.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 20 Nov 2003 16:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125104#M803007</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-20T16:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125105#M803008</link>
      <description>&lt;BR /&gt;nice and renice adjust the nice value of normal timeshare processes.  Via system calls a program can change its priority when created or during execution.&lt;BR /&gt;&lt;BR /&gt;The rtprio command can create a process or adjust the priority of a proces in the range of 1-127&lt;BR /&gt;&lt;BR /&gt;The rtsched can adjust or create a process with a priority of -32 to 0 and can schedule the program so it runs in a timeshare or FIFO mode.&lt;BR /&gt;&lt;BR /&gt;Watch out creating processes with high priorities.  &lt;BR /&gt;&lt;BR /&gt;The other answers mentioned threads.  They are correct that individual threads not processes have priorities now with HPUX 10.20 and above.  With 11.0 individual threads can have different priorities too and the thread library has system calls to adjust their priority.&lt;BR /&gt;&lt;BR /&gt;I hope this helps</description>
      <pubDate>Thu, 20 Nov 2003 21:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125105#M803008</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2003-11-20T21:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125106#M803009</link>
      <description>One other way would be PRM (Process Resource Manager), which allow you to make program groups with limits on resources (CPU time, memory, etc) to give more priority to processes that need it. You can even move running processes between groups. But I think you need a keyword (==license) for this to be able to use it.</description>
      <pubDate>Fri, 21 Nov 2003 01:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler-hpux/m-p/3125106#M803009</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-21T01:35:47Z</dc:date>
    </item>
  </channel>
</rss>

