Search:

Type: Posts; User: didingnuriska

Search: Search took 0.10 seconds.

  1. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    There is anything wrong when I executed with cmd..
    hmm...
    I think I must tried to restart the laptop and take a review with my code to see what happens...
    thanks norm...
    best regard...
  2. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    hello Norm,, sorry for disturb you again...:D
    My program is work now, but I have disturbed by this situation..
    I used NETBEANS IDE 7.2,
    After I run program and then stop them, then I make some...
  3. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    hello Norm,, sorry for disturb you again...:D
    My program is work now, but I have disturbed by this situation..
    I used NETBEANS IDE 7.2,
    After I run program and then stop them, then I make some...
  4. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    Thanks norm...it's works...
  5. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package Thead;

    import java.util.Random;
    import java.util.logging.Level;
    import...
  6. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    I have tried join all of the group of worker B.
    but that's not work..
    A doesn't go for the next iteration..
    It give me the output like this... ie: number iteration is 5;

    A do iteration...
  7. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    yes, but it's not the point...
    like I said before I need the A must wait after all of B task is completed...
    I've tried to use synchronized (in the first post), but it's only running one iteration...
  8. Replies
    16
    Views
    2,123

    Re: Complicated Multithreading

    this is my problem looks like.


    //A code
    for iterationphase
    //somwork like initialized
    for exePhase
    //somework for a couple of B to complete
    end exePhase
    end...
  9. Replies
    16
    Views
    2,123

    Complicated Multithreading

    Hello there,
    I have a problem when created the "Complicated multithreading (I say)"
    here is it
    The program structure like this
    1. Main thread say MT
    2. A couple of worker say WT

    I WANT to...
Results 1 to 9 of 9