parrallel computing
I have a amd turion dual core. I want to both handle to processors assigning to him to each one tasks you specify. There is something in java that handles that
I have a amd turion dual core. I want to both handle to processors assigning to him to each one tasks you specify. There is something in java that handles that
There is no way in Java to assign a particular task to a particular processor.
Would you really WANT Java to manage threads for you? If so, give a good example of why you'd need this.