Thread: Monitoring threads to "log" activity

  1. #1
    Registered User
    Join Date
    Aug 2010
    Posts
    8

    Monitoring threads to "log" activity

    Hi, I'm trying to gather information from different threads in my program in order to display what's going on in real-time. But I have no clue how to do that, I know in Java i did that quite easily but no idea how to accomplish it in c++. Maybe you could give me a clue ....

    To be clear, my program runs several threads each independent from each other, and I want to create a window that tells the user what is happening

  2. #2

  3. #3
    Registered User
    Join Date
    Aug 2010
    Posts
    8
    Thanks !! I'll take a look at it I have also been told I should let the OS manage those tasks so I have quite a lot of research work it seems

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Producer/Consumer - problems creating threads
    By hansel13 in forum C Programming
    Replies: 47
    Last Post: 08-20-2010, 02:02 PM
  2. Need Help: Multi-threading and Synchronization
    By Anom in forum C Programming
    Replies: 7
    Last Post: 12-08-2009, 05:34 PM
  3. Activity Monitoring Program
    By kyourin in forum C++ Programming
    Replies: 0
    Last Post: 06-22-2009, 12:20 AM
  4. Replies: 5
    Last Post: 10-17-2008, 11:28 AM
  5. problem with win32 threads
    By pdmarshall in forum C++ Programming
    Replies: 6
    Last Post: 07-29-2004, 02:39 PM