From: Jawad A. <ja...@le...> - 2012-03-25 17:48:38
|
> i am doing my mtech project in grid computing.I want to implement advance > resource reservation algorithm in gridsim, so i want communication between > scheduler and user with resources. i wrote a 3 separate classes for that,so > what i can do for the communication? should i need body method for each of > them? please reply me its urgent and important. > > -- > Warm Regards, > Farahnaj Inamdar. Dear, The body method is the method that make and keep your entity alive during the simulation. Using a body method for communicating is a recommended way, I tried once direct calling of a method of user entity from within resource entity, it created problems rather than solving it. On 25 Mar 2012, at 17:32, gri...@li... wrote: > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > or, via email, send a message with subject or body 'help' to > gri...@li... > > You can reach the person managing the list at > gri...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gridsim-users digest..." > > > Today's Topics: > > 1. onion routing protocols (adinath wade) > 2. can we add body method to too many elements in 1 project? > (farah inamdar) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 24 Mar 2012 14:51:09 +0530 > From: adinath wade <adi...@gm...> > Subject: [GridSim-users] onion routing protocols > To: gri...@li... > Message-ID: > <CAN...@ma...> > Content-Type: text/plain; charset="utf-8" > > i am a m. tech student, doing my project in grid computing security and > simulation in grid sim. > i can implement onion routing concepts in grid sim, if possible then which > packages is usefull for that. > how to setup onion routing inn gridsim. > pls send me reply and if any necessary information then send me on the same > mail address. > thank you. > > -- > A.M.Wade > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sun, 25 Mar 2012 22:02:31 +0530 > From: farah inamdar <far...@gm...> > Subject: [GridSim-users] can we add body method to too many elements > in 1 project? > To: gri...@li... > Message-ID: > <CABiD10LSs2yFksMmbmD0=nfs...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > i am doing my mtech project in grid computing.I want to implement advance > resource reservation algorithm in gridsim, so i want communication between > scheduler and user with resources. i wrote a 3 separate classes for that,so > what i can do for the communication? should i need body method for each of > them? please reply me its urgent and important. > > -- > Warm Regards, > Farahnaj Inamdar. > :-) > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 226, Issue 1 > ********************************************* |