Jump to content

MultiThreading


nocow
 Share

Recommended Posts

This is a very simple way on have more tasks, it is simply starting its own executefile op with another parameter, when that happen it make a task that connect to the main file witch control the variables.

Its very buggy but it should work ok.

Hope ya like it

smt.au3

Link to comment
Share on other sites

Thanks but i need to change some about the way it hold variables, I try lot with stdout, stdin, consolewrite,consoleread but i cant get to work so i used a editbox instead in a gui there isnt shown

Link to comment
Share on other sites

You shouldnt not call it MultiThreading as that is a lie.

Its more like MultiProcessing :D

[edit @ Busti] Yep. but atleast its called CoRoutine :wacko: [/edit]

Edited by w0uter

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

CoRoutine making a new file and then run it with /autoitexecute, The code will be visible and ima think its going a bit slow, this should go faster.

Any there can help me improve this? i mean with better Var system etc

Link to comment
Share on other sites

hard way:

set up some memory space using MAlloc/Dllstruct then pass the pointer to the script over the cmdline. then have the script read the data out of the 1st script using readproccessmemory@kernel32.dll.

but thats probly to hard for you so just go with manadar's idee or use an .ini :D

Edited by w0uter

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

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