Title: | VAX on VMEbus: KAV30 |
Notice: | Could have been as fast as 68K but its a VAX! |
Moderator: | CSSVMS::KAV30_SUPP |
Created: | Thu Apr 18 1991 |
Last Modified: | Fri Aug 02 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 159 |
Total number of notes: | 645 |
Hi!, one ELN question to address our KAV30 application develop: We use a supervisor Job from which we want to start and delete other Jobs; on create no problem but on delete..... is it possible to get a direct way to delete a job from outside without configuring a Demon process for each Job syncronized on shared area which get erase command to delete itself job environment? THANKS A LOT for any help or better solution. Marino Formia DS TURIN
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
85.1 | HERR::CROSBIE | Fri May 07 1993 10:17 | 15 | ||
Hi Marino, This is not really a KAV30 specific question, you may get a better response asking your question in the HELIX::VAXELN conference. Basically though, the answer to your question is no. There's no direct way to delete another job under VAXELN. Jobs consist of process objects which can be deleted (deleting processes should only be used in emergency situations). Under VAXELN process ids are only unique within jobs. From a KAV30 perspective you may be able to utilise ASTs to indicate that a job is to execute a run-down procedure. Graham |