From: Anish K. <ani...@gm...> - 2008-08-16 15:48:46
|
Hi all, I came across a class file Example 8 from http://www.gridbus.org/gridsim/example/Example08/Example8.java, While tracing this program using NetBeans IDE, I found that the line success = gridletSubmit(gridlet, resourceID[id], 0.0, true); Takes the program execution to another file NewAllocPolicy.java which is another class file in the project.. and calls the gridletSubmit ( ) function in there instead of the function in *EXAMPLE8 CLASS* !!! I am not able to understand if this happens due to interleaving of multiple threads.. I am not sure of how articulate I have been in this mail.. But I am sure you'd have faced a similar situation had you worked wit Example8.. I am a tyro to GRIDSIM and NetBeans so excuse me if my doubt is very silly :) Any kinda help regarding this will be appreciated.. Thanks, Anish |