i want to develop a web portal and submit jobs from webpages. the problem is that after a job is submitted, i don't know how to get feedback when its state changes, even if i can see the job finish its lifecycle when i logged on the cluter.
the cluster runs hpcs 2008 and i use asp.net as the web technology.
I'd recommend checking our our SDK. Our C# API includes calls to get the state of a job (if you want to poll) and also supports callbacks on job state changes.
Alternatively, you can use the HPC Basic Profile interface; this is an industry-standard web services interfaces for job submission and status monitoring.
I'd recommend checking our our SDK. Our C# API includes calls to get the state of a job (if you want to poll) and also supports callbacks on job state changes.
Alternatively, you can use the HPC Basic Profile interface; this is an industry-standard web services interfaces for job submission and status monitoring.
i want to develop a web portal and submit jobs from webpages. the problem is that after a job is submitted, i don't know how to get feedback when its state changes, even if i can see the job finish its lifecycle when i logged on the cluter.
the cluster runs hpcs 2008 and i use asp.net as the web technology.