Anju - I didn't really understand what you were asking.
The way the grid recognizes the resources is that each Executor connects to the Manager. When you submit a job, or run an GThread based application, the Manager allocates the tasks to the Executors that are currently connected. The Manager also keeps track of which Executors are connected at a given time. At the moment I'm not sure of the details as to how this happens. If an Executor goes down, the Manager will resubmit the task to another Executor. Jonathan On 9/1/06, anju sharma <[EMAIL PROTECTED]> wrote: > > hi all > > please anyboby tell me that hows "alchemi console internally working" took > place and how does it recognise various resources present on the grid. > > like once we submit the job hows console recognise that this executor is > running currently or this is not. > > Thanx in advance > Regards > > Anju > > > ________________________________ > Here's a new way to find what you're looking for - Yahoo! Answers > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get > it NOW > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Alchemi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/alchemi-developers > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
