Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gavo0
  • Order by date
  1. gavo0

    How Pseudo Remote Threads works

    ps this might help try { wt_1.join(); wt_2.join(); }catch (InterruptedException e){} this solved an error i had this code waits for execution of threads to end replaces waitForResults() method
  2. gavo0

    How Pseudo Remote Threads works

    parallel computing huh i have been trying unsuccesfully so far to get hold of aashish patils paper on this topic i managed to get a serial version of this program running on one machine, and am now tring to disect pseudo remote thread class it obviously uses rmi to pass the task to another...

Part and Inventory Search

Back
Top