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

  • Home
  • SEARCH
  • 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 6120165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:38:14+00:00 2026-05-23T15:38:14+00:00

Is there any methods to reduce processor time usage for a non-main thread in

  • 0

Is there any methods to reduce processor time usage for a non-main thread in .NET environment. The thread is used for getting informaion from a web-server all the time and it consumes all one-core processor time. I know I can use Thread.Sleep() but it doesn’t seem a nice solution for this task.

  • 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-23T15:38:15+00:00Added an answer on May 23, 2026 at 3:38 pm

    Messing with priorities, etc, will not work. If you have 1 thread in your system that’s saying “I’ve got work to do, let me work”, and no other competing threads, windows will keep scheduling it.

    You indicate that this thread is getting information from a web server. Presumably, it’s at least blocking whilst waiting for a response from the server, so hopefully not using CPU at that time. Unfortunately, it does sound like you’re polling for information, so Thread.Sleep may be best here – unless there’s some other out of band signal that could tell the thread when it should next poll.


    If the web server “knows” when the thread should next poll, it could hopefully be modified to include such information in its responses. You could then extract that information from the response, and at least set your Sleep periods to an appropriate value.

    Alternatively, if another thread will obtain information from elsewhere that indicates that a new request should be issued, then rather than Thread.Sleep, you should use an Event (e.g. AutoResetEvent), and WaitOne on that signal, again specifying a suitable sleep period. That way, something else can awaken this sleeping thread whenever they think polling should again occur.

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

Sidebar

Related Questions

Are there any automatic methods for trimming a path string in .NET? For example:
Are there any methods/systems that you have in place to incentivize your development team
Are there any known methods of finding peers without using a dedicated central server?
Is there any built-in methods that are part of lists that would give me
Is there any way to redefine a class or some of its methods without
Are there any implementations of all the nifty Selenium on Rails methods like wait_for_visible
In addition, are there any performance advantages to static methods over instance methods? I
Are there any methods in objective C for converting byte to int, float and
Is there any method? My computer is AMD64. ::std::string str; BOOL loadU(const wchar_t* lpszPathName,
Is there any method to generate MD5 hash of a string in Java?

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.