Search:

Type: Posts; User: fgstat

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,124

    Re: Simple multithreading using wait and notify

    Ideally it's doing it consistently like you said. But it does this most of the time in my Eclipse run environment:

    Count from Thread 1: 1
    Count from Thread 1: 2
    Count from Thread 1: 3
    Count...
  2. Replies
    3
    Views
    1,124

    Simple multithreading using wait and notify

    Can anyone read the following code and see why I can't let 3 threads count to 60? Order in which they execute (increment to 20) is not important but most of the times I only see two of them do. The...
  3. Thread: Hello

    by fgstat
    Replies
    1
    Views
    696

    Hello

    I'm here to learn more about concurrency.
Results 1 to 3 of 3