Jump to content

Search the Community

Showing results for tags 'affinity cpu'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi, i have a program that use 100% of all Threads of my CPU. It become impossible to do anything else on this machine when processing. I wan't to disabled the affinity of the first and the second for that process. I can find a lot of example to use the first and the second, like: ;_WinAPI_SetProcessAffinityMask($hProc, 0x01) ;Set affinity for 1-st core ;_WinAPI_SetProcessAffinityMask($hProc, 0x02) ;Set affinity for 2-nd core _WinAPI_SetProcessAffinityMask($hProc, 0x03) ;Set affinity for both cores ... but how to do the inverse? My machine is 56 threads! Thank you for your help.
×
×
  • Create New...