Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 261937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:28:26+00:00 2026-05-11T22:28:26+00:00

From the MSDN is not really clear its purpose. Can it be used to

  • 0

From the MSDN is not really clear its purpose.

Can it be used to simulate an intensive CPU calculation test?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:28:26+00:00Added an answer on May 11, 2026 at 10:28 pm

    It’s used as a replacement for very short-term sleep calls.

    When you do multi-threaded locking, if the resource you’re attempting to acquire is already locked, you typically go to sleep and wait for it to become free. When you do this, you give up the rest of the time that you were allocated by the scheduler to use the processor so someone else can have a go.
    Normally this is fine, especially for long waits, like waiting for IO, loads of other processes can run on the CPU while you’re waiting for the disk spindle to rotate.

    However, sometimes, you’re waiting for a tiny amount of time. In these cases, you would normally give up your remaining time anyway and wait for all the other threads to do their thing before getting another go.. so you can cheat, instead of waiting, you sit there continually polling in a ‘are we nearly there yet?’ way. If the lock is only held for a fraction of your remaining time, this becomes a very effective means of waiting, its also very efficient as the scheduler doesn’t have to get involved in rearranging all the other threads to use the time you give up if you waited normally.

    Obviously, if you spin every time you want a lock, you’re not going to be very popular, your app will become sluggish and use 100% CPU, but in very small doses, at the right time, it makes the app more responsive.

    If you’re now thinking ‘when should I use it?’, that’s a tricky call to make – if you have a resource that is very often locked and unlocked very quickly, then a spinlock around that instead of a wait is a good idea (and then test your app for performance), if you try spinning for a short time, and then fall back to a normal wait, that’s a reasonable way too. But generally, you will never need to use it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From MSDN: The CancelWaitableTimer function does not change the signaled state of the timer.
Where can I find the IIS object schema? All I found from MSDN was
I understand the main function of the lock key word from MSDN lock Statement
Change Data Capture is a new feature in SQL Server 2008. From MSDN: Change
From the MSDN article on STAThread: Indicates that the COM threading model for an
From the MSDN documentation: Synchronized supports multiple writing threads, provided that no threads are
Quoting from the MSDN Link for ValueType Class In cases where it is necessary
It is unclear to me from the MSDN documentation if I should provide a
I have been playing with the demo code from this msdn article by Jeffrey
Is there an easy way to produce MSDN-style documentation from the Visual Studio XML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.