swarm-support
[Top][All Lists]
Advanced

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

Re: A matter of execution time.


From: Marcus G. Daniels
Subject: Re: A matter of execution time.
Date: 16 Mar 1999 09:46:45 -0800

>>>>> "FM" == Fabio Mascelloni <address@hidden> writes:

FM> [msActionGroup createActionForEach: agentList message: M(processMessage)]; 
//this is the action that takes a lot to complete 

createActionForEach: is going to run as a chunk, unfortunately.

A quick and dirty way to keep the GUI up to date is to make the
ObserverSwarm available to processMessage, which could send the ObserverSwarm
an update message that calls [actionCache doTkEvents] (and whatever else).

                  ==================================
   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]