CGI Hung Process Help!

Dave Cragg dave.cragg at lacscentre.co.uk
Tue May 8 10:43:31 EDT 2007


On 8 May 2007, at 11:27, Sivakatirswami wrote:


>>  repeat while sDataRead = false
>>     wait for messages
>>   end repeat
>
> ## skts: I don't understand "wait for messages" what does that do?

The above three lines are the equivalent of this:

      wait until sDataRead is not false with messages

I heard that the "wait for messages" form was less resource intensive  
because the condition was checked less often. But some limited  
testing showed no great difference.

Cheers
Dave





More information about the use-livecode mailing list