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 290015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:57:33+00:00 2026-05-12T05:57:33+00:00

Hej! I am looking for a portable way of periodically dispatching a task in

  • 0

Hej!

I am looking for a portable way of periodically dispatching a task in a C++ project. The use of libraries such as boost should be avoided in this particular project.

The resolution requirement is not too serious: between 5Hz to 20Hz on an average Netbook.

The project uses OpenGL to render the HMI but since I am working on the backend part I am not too familiar with it.

Thanks your any advice or suggestions,
Arne

EDIT: What our ‘Task’ class actually does is creating a thread using either CreateThread(..) for windows or pthread_create(..) for linux.

  • 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-12T05:57:34+00:00Added an answer on May 12, 2026 at 5:57 am

    As most straightforward way to achieve this is to use Sleep(100ms) in a cycle, all you need is a portable Sleep. For Linux it can be implemented as follows

    void Sleep(unsigned long ulMilliseconds)
    {
        struct timeval timeout;
        timeout.tv_sec = 0;
        timeout.tv_usec = ulMilliseconds * 1000;
        select(1, NULL, NULL, NULL, &timeout);
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hej everyone, problem : I am looking for right way to convert an index
I have this code, int main() { std::string st; std::stringstream ss; ss<<hej hej med
hej I got idea to compile lesscss files while building my project with maven.
This my method in my repository: public List<Question> getallquestion() { var hej = from
Hej! Caution this is a long post -- if you are easily annoyed better
Hej, I need to mass-update a table. Am I allowed to use mysql's LOAD
Hej, assuming I have a code that looks like this: List<User> userList = GetUserByName
Hej all, Yesterday before finishing my work I build up my project in NetBeans
hej guys, I am trying to solve this homework. I have reached a dead
hej.h void hej(); hej.m void hej(){} main.mm #import hej.h int main(int argc, char *argv[])

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.