[Seaside-dev] [Dolphin] Use of Delay on CTPusher class>>startUp and pingProcess

Udo Schneider Udo.Schneider at homeaddress.de
Fri Sep 18 20:45:04 UTC 2009


Sebastian,

> pingProcess
> 	self allInstancesDo: [ :each | each ping ].
> 	delay wait
>
> I think "delay wait" can be safely replaced by "Delay forSeconds: 15"
> (removing it from startUp).
>   
You're right ... as long as you mean " (Delay forSeconds: 15) wait" :-)

BTW: Could you replace "self allInstancesDo:" with "self allInstances 
do:" ... at least in my image #allInstancesDo: is not defined.

CU,

Udo



More information about the seaside-dev mailing list