GAM Posted March 6, 2008 Posted March 6, 2008 HI, I have a script goes as below... --------------------------------------------------------------------------------------------------------------- while 1 If $time =$x Then Msgbox(0, " Test", "Display this message box") Endif wend --------------------------------------------------------------------------------------------------------------- So, for the above script, the while loop runs constantly until the IF condition is satisfied. The CPU utilizes 98 to 100 percent when the while loop runs. Is there any way out to minimizes this CPU utilization? Neil
BigDod Posted March 6, 2008 Posted March 6, 2008 HI, I have a script goes as below...---------------------------------------------------------------------------------------------------------------while 1If $time =$x Then Msgbox(0, " Test", "Display this message box")Endifwend---------------------------------------------------------------------------------------------------------------So, for the above script, the while loop runs constantly until the IF condition is satisfied. The CPU utilizes 98 to 100 percent when the while loop runs. Is there any way out to minimizes this CPU utilization?Add a sleep(50) into the loop to let the cpu rest. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
lupusbalo Posted March 7, 2008 Posted March 7, 2008 ????????????? somebody answered just above your last post !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now