Search:

Type: Posts; User: Shahram

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,456

    Re: Problem with threads

    I made the code simpler. I hope this will help. Inside runable I compare a member of an arrays of object with the rest of the array from beginning up to that point.
  2. Replies
    4
    Views
    1,456

    Re: Problem with threads

    Lets simplify the problem. I create 5 threads inside a loop which runs 500 times. Each time I create a ExecutorService and a fixedpool of 5. After few iterations the system overloaded and stop...
  3. Replies
    4
    Views
    1,456

    Problem with threads

    Dear All;

    I write this piece of code to force one of my tasks to work in parallel. The loop at least iterate 5500 times. After afew iteration the system overloaded and stop responding due to...
  4. [SOLVED] How we can isolate the variables a thread use?

    Hi I am using this code in order to run multiple treads. Among 30 thread created only tow of them fail due
    to NullPointerException. As it could be seen I pass ASEvaluator and aPopulation[i] to my...
Results 1 to 4 of 4