Launching application as first task
-
Friday, January 30, 2009 8:31 PM
I have an application I want to run as my first task. Then I need the app to stay running while the next tasks start running. However when I start the application as the first task, the task never completes since the app is still running. Is there a way I can:
1. launch the application as my first task
2. allow that task to finish but keep the program open
I need task 2 to wait for task one to complete before it starts to make sure it is open first.
Thanks
All Replies
-
Thursday, February 12, 2009 10:20 PMModerator
We don't really have a good way of doing this with Batch jobs today. You might consider writing your application as a service which runs on all of the CN's and just having your tasks call into the Service using IPC of some kind.
We do have a mechanism designed to support this with our HPC SOA work. You can learn more about that here: http://social.microsoft.com/forums/en-US/windowshpcdevs/thread/4a24444c-6f32-49e7-8380-b5bc566a257c
Thanks,
Josh
-Josh- Marked As Answer by Josh BarnardModerator Thursday, February 12, 2009 10:20 PM