Jump to content

Multi Threading


Recommended Posts

Hello fellows,

right now I came to a point where I really need to have several things done at the same time. Since AutoIt does not offer that function (except AdlibEnable() which i do not like because it stops the main script while executing the AdlibFunction... which means I cannot use complex things). What I do now is creating more than one script and have them run at the same time. Do you guys know of a better method?

So long,

Zephir

Link to comment
Share on other sites

Search the forum for multi-processing, it's simply multiple autoit processes communicating with each other through tcp,pipes text files etc.

It's quite ugly but it's the only option in autoit.

The only other alternative is going with another language like C# which offer the multi-threading you need.

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

Search the forum for multi-processing, it's simply multiple autoit processes communicating with each other through tcp,pipes text files etc.

It's quite ugly but it's the only option in autoit.

Yes this is what i meant by having at least 2 scripts running at the same time. And, just like you said, i find it messy. Since there is no other way I will give up my search muttley

Thanks for your response.

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...