Jump to content

running seperate threads processes ints or how we call it?


Recommended Posts

i tried searching a few times for this but cant find an logical and clear answer for this :

so sorry if i ask somehow the obvious or the known road.

can you run multiple processes / loops that seperate run indipendant and have them interact with each other?

like running many multiple programs?

as i now use autoit all is in one big loop. but if you need to run gui screen #1 and fetch their actions you must also to beable to run another seperate background process that does something else?

how would one do this?

Thanks in advance

Soul

Edited by SoulSHepard
Link to comment
Share on other sites

Link to comment
Share on other sites

You can run only a few processes (files) and provide communication between them, for example, by using WM_COPYDATA window message. Threads does not works in AutoIt.

ok,

now i know that i need to continue in my crazy looping :D

thanks for your reply.

Soul

Edited by SoulSHepard
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...