I am trying an ambitous project of trying to adapt a piece of code
that i came accross on an IBM website. It uses psuedo remote threads
and is a way of utilising RMI, multithreading and will develop a java
based supercomuting technique. I wish to use a similar method for
checking the correlation beteween an array of data and another array
comprised of combining 8 other arrays of data, so by using a
straightforward for next loop will take forever but by utilising this
java psuedo remote threads will take a considerrably less time.
Howeve, i am relatively new to java but i learn fast. I need someont
to help me achieve this, i am willing to pay. I hacve the code
available for review
Daniel Pitts - 15 Feb 2007 20:47 GMT
> I am trying an ambitous project of trying to adapt a piece of code
> that i came accross on an IBM website. It uses psuedo remote threads
[quoted text clipped - 7 lines]
> to help me achieve this, i am willing to pay. I hacve the code
> available for review
You have already started a thread on this, why start a new one?
Mike Schilling - 16 Feb 2007 01:13 GMT
> You have already started a thread on this, why start a new one?
He's modeling how the supercomputer will work. If one thread gives him
enough advice to get started, multiple threads will, in the same amount of
time, get the whole thing build.
Daniel Pitts - 16 Feb 2007 01:46 GMT
On Feb 15, 5:13 pm, "Mike Schilling" <mscottschill...@hotmail.com>
wrote:
> > You have already started a thread on this, why start a new one?
>
> He's modeling how the supercomputer will work. If one thread gives him
> enough advice to get started, multiple threads will, in the same amount of
> time, get the whole thing build.
Or simply cause a deadlock
Ravion - 16 Feb 2007 22:53 GMT
Please look at this article:-
http://www.javaworld.com/javaworld/jw-01-2007/jw-01-workmgr.html?fsrc=rss-index
Best,
Ravion
>I am trying an ambitous project of trying to adapt a piece of code
> that i came accross on an IBM website. It uses psuedo remote threads
[quoted text clipped - 7 lines]
> to help me achieve this, i am willing to pay. I hacve the code
> available for review