Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,201

    Re: PARALLEL PROGRAMMING HELP PLEAAASE! :(

    Start by writing a simple prototype that starts two threads and waits for them to finish.
    Have the threads call a method that does some work and returns a value.
  2. Replies
    8
    Views
    1,201

    Re: PARALLEL PROGRAMMING HELP PLEAAASE! :(

    Perhaps instead of doing this more complicated program, you should start with a simpler program that starts a couple of threads, lets then run for a while and then has each of them exit back to the...
  3. Replies
    8
    Views
    1,201

    Re: PARALLEL PROGRAMMING HELP PLEAAASE! :(

    What have you tried?
Results 1 to 3 of 3