The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Processor Scheduling Adjustment...

    Discussion in 'Windows OS and Software' started by thegreatsquare, Dec 8, 2007.

  1. thegreatsquare

    thegreatsquare Notebook Deity

    Reputations:
    135
    Messages:
    1,068
    Likes Received:
    425
    Trophy Points:
    101
    Which should I "choose how to allocate processor resources" for what is primarily a gaming rig?

    "Adjust for the best performance of" A :programs, B: Background Service

    I have it set to "Programs" cause games are programs [duh], but would "Background Services" actually be the better choice. Obviously I'm not sure if choosing BS [lol] would actually give a boost by aiding other aspects.
     
  2. Intelman

    Intelman Notebook Geek

    Reputations:
    3
    Messages:
    93
    Likes Received:
    0
    Trophy Points:
    15
    I don't think that option does much, in old "Windows tweak guides" they claimed that Background Services was a tweak, forcing windows to use all the ram keeping 4MB free. If you are on Vista, I would just leave it alone.
     
  3. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    My guess would be that it changes the CPU's thread scheduling algorithm.
    When set to programs, responsiveness is key, that is, all processes and threads must be run as often as possible, even if it means they each get interrupted more often as well. So lots of smaller timeslices.
    While background services would be more server-oriented, giving each process a longer timeslice (for efficiency), but reducing responsiveness a bit because it takes longer before any given process (such as your game) gets its turn on the CPU.

    But that's just my guess. I don't know exactly what this setting does, but I'd just leave it on Programs.