swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] dynamic scheduling, cleaning up remaining scheduled events


From: Marcus G. Daniels
Subject: Re: [Q] dynamic scheduling, cleaning up remaining scheduled events
Date: 13 Aug 1999 15:06:55 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "KC" == Ken Cline <address@hidden> writes:

KC> One question though, should you drop the members as you remove
KC> them or are the actions possibly referenced by other objects?

That should be fine.  Actions are typically created as a result of a
at:createActionTo:message: message and so they won't be shared (as they
are associated with particular times).

KC> Also, if this was a repeating schedule, would the code above just
KC> remove those actions not yet completed in the current repeat
KC> cycle?

They'd be removed once and for all in the first cycle.

Oh, and it should really be "fromMember: [schedule at: (id) t]" not
"fromMember: getCurrentAction ()" to avoid iterating through a subactivity
in the case of concurrent `2' events. 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]