Zomp Posted August 28, 2008 Posted August 28, 2008 I need to build two Autoit "processes" which exchange data between them.So I have to use ControlGetText inside a while/wend loop. How many times can I call such instruction without stressing the cpu?From the documentation, I read about GUIGetMsg:This function automatically idles the CPU when required so that it can be safely used in tight loops without hogging all the CPU.Is the same for ControlGetText or not?Many thanks for your clarifications.
rover Posted August 28, 2008 Posted August 28, 2008 @Zompthere are better methods for interscript communication.search for:"RegisterWindowMessage"and"WM_COPYDATA"here's some links to get you startedWM_COPYDATAhttp://www.autoitscript.com/forum/index.ph...;hl=wm_copydataCoProchttp://www.autoitscript.com/forum/index.php?showtopic=29326Another Inter Script communicationhttp://www.autoitscript.com/forum/index.php?showtopic=77979http://www.autoitscript.com/forum/index.php?showtopic=74068http://www.autoitscript.com/forum/index.ph...st&p=394721http://www.autoitscript.com/forum/index.php?showtopic=76013 I see fascists...
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