Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,287

    Re: A Multithreading Question

    lol, I ignored that. Just change all the instances of "CPU" in my previous post with "CPU Core", and I think we are ok.
  2. Replies
    6
    Views
    1,287

    Re: A Multithreading Question

    Also, from a performance point of view, it is also important to remember that there really isn't such a thing as "true" multitasking. The number of processes which a computer can run at any given...
  3. Replies
    6
    Views
    1,287

    Re: A Multithreading Question

    The threads can become out of sync. Google: Race Condition
    Let's say we have a variable: var
    Now let's say we have two threads: Thread_A, Thread_B
    At a certain point in the program, Thread_A will...
Results 1 to 3 of 3