Close
Showing results 1 to 10 of 46

Threaded View

  1. #11
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by mbox_bob View Post
    there is a good 30 years (real years, not this man year tripe) of design gone into the Windows scheduler, so any decision it makes about CPU time slice allocation is going to be better than anything you can come up with (you have to remember it also has a shitload more information available to it during execution, rather than some fixed decision you make up front).
    All true but very misleading. In practice, this is excellent advice for normal users or someone running a single app that spawns tons of threads. For multiboxers that run lots of simultaneous apps, it relies greatly on the CPU model for how it hands things off and spreads the load around, sometimes resulting in spikes on single cores/TJs which actually can manifest as input/playback stutter.

    Personally, I have had much, much better luck not letting ISBoxer think for me. For example, the best performance on my i7 systems for 5-boxing looks like this:

    Slot 1 = cores 0, 1, 2, 3
    Slot 2 = cores 0, 1, 2, 3
    Slot 3 = cores 4, 5, 6, 7
    Slot 4 = cores 4, 5, 6, 7
    slot 5 = cores 2, 3, 4, 5
    dxNothing (slot 6) = cores 0, 1, 6, 7

    Any other "automatic" strategery I've used via the wizard results in one or two clients (usually the same client in the initial charset launch order) suffering lag spikes and generally poor performance. I cannot imagine that 10-boxing would be any better.

    *NOTE* You'll notice above that my setup basically agrees with mbox_bob's assertion that letting the OS handle things is generally good. The problem is letting the OS handle ALL instances; if you break them up a little, it drastically reduces the negative effects of spike-loading single cores until the system has time to move things around, which may or may (in my experience) never actually happen.
    Last edited by Ughmahedhurtz : 10-19-2015 at 12:39 PM
    Now playing: WoW (Garona)

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •