Hi,

 

Natively the grid application is implemented around a GThread. The GThread is serialized and passed to the executors. The GThread can be developed in any .NET language. This is the recommended approach for new applications.

 

You can also use standalone applications with Alchemi. These can be developed in any language but they must be capable of accepting their parameters through the command line. There is a sample in the SDK for this approach. This is most useful for legacy applications.

 

Regards,

Tibor

 

 


From: Prashant Khanal [mailto:[EMAIL PROTECTED]
Sent: Monday, July 10, 2006 9:26 AM
To: Tibor Biro
Subject: Re: [Alchemi-developers] a simple question

 

Another 0Question!!

How a grid job is sent to the executor.0 Can that grid job be written in any programming language?

 

On 7/7/06, Tibor Biro <[EMAIL PROTECTED]> wrote:



> I have a question regarding the working mechanism of alchemi. How will
> manager behaves when the executor is exited in the middle of the
> execution. Is the work state is saved or the execution is restarted when
> the executor is started?

Execution is restarted on another executor, work is not saved.

> How much freedom is provided to the executor for the execution of task.
> What will happen is there is delay in the result from one executor. Will
> the manager waits for the results from that executor?

There is no timeout implemented in the current manager so it will wait as
long as the executor is alive and responds to pings.

Regards,
Tibor

 

-------------------------------------------------------------------------
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

Reply via email to