From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 18 Jul 91 21:03:06 GMT From: ucivax!gateway@ucbvax.Berkeley.EDU (J o s e D u a r t e) Subject: Re: Task Access Type Variables Message-ID: <9107181402.aa28860@PARIS.ICS.UCI.EDU> List-Id: > Here's a question: > > What happens to the value of a variable which > is an access to a task (type) once the task completes > its job or terminates for some reason? > > Does this access type variable become NULL or > will it access some garbage location? > > I could just use the TVAR.all'CALLABLE or > TVAR.all'TERMINATED task attributes to see what the > status of the task that TVAR points to is. (Of > course, I'll check to make sure that TVAR /= null > before I do this). > > Does anyone know the official answer? Also...can garbage collection be done on task access type variables? This seems like it shouldn't be possible. Jose' D.