From: Marcos D. de A. <ma...@cs...> - 2010-04-04 16:28:09
|
Hi Sana, First, you don't need to call me sir; please use only my first name, Marcos. Second, regarding you question, GridSim does not provide features to simulate the distributed checkpointing you need. It is possible to implement that, but I believe it would not be trivial. Some allocation policies allow you to pause the execution of Gridlets. For example, please have a loot at the SpaceShared policy. The pause method can provide the basic framework you need to implement the more sophisticated features you require. About your code, you can post excerpts of it in the GridSim mailing list along with your questions. In this way, the current GridSim developers would be able to help you. Regards, Marcos On 2 April 2010 10:14, SANA MALIK <dua...@ho...> wrote: > Hello Sir, > > i found you to be very helpful on sourceForge. so sending you my problem > with great hope for help. > > i am a research student and have some pproblems regarding GridSim, will you > please help me? > > my objective is to store checkpoint on multiple storage devices that reside > in different places in Grid. by checkpoint i mean the executed portion of > the job that is taken after some time the job has been started. now the > confussion is, whether there is any specific method to replicate checkpoints > in gridsim or should i define my own method to do so. i am studying data > grid examples where file replication is done but still i am confused about > the problem because i want to replicate executed portion of the job not a > file. > > should i send you my code for analysis? > > looking forward for your quick response. > > best regards > > Sana Malik > > > > > > ________________________________ > > > > > ________________________________ > > > ________________________________ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up > now. > > ________________________________ > Hotmail: Trusted email with powerful SPAM protection. Sign up now. > > ________________________________ > Hotmail: Trusted email with powerful SPAM protection. Sign up now. > > ________________________________ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up > now. |