Search:

Type: Posts; User: Deekybhoy

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,814

    Re: Threaded Object(s)

    Hi Kevin

    synchronized void doSomething(Object x)
    {
    if(x.doThis()!=this.doThat())
    {
    try
    {
    wait();
    }
  2. Replies
    3
    Views
    1,814

    Threaded Object(s)

    Hi

    Hoping someone can help with this

    Scenario : I have threaded objects on a wait method when the condition becomes true 3 threads are active.

    I want to let 2 or less through my condition...
Results 1 to 2 of 2