Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Real Multithread....
Message
De
21/09/2001 12:17:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Real Multithread....
Divers
Thread ID:
00559325
Message ID:
00559325
Vues:
44
Hi.
I working on program where I need create separate processes.. but those processes should be displaed and managed from main form.
I would like if anybody explain me how to create those process on example

Process1.Start
FOR i=1 TO 100
oCallback.Display(i)
ENDFOR

Process2.Start
FOR j=100 TO 200
oCallback.Display(j)
ENDFOR

and main process where would be good

oProcess1 = CREATEOBJECT("Process1")
oProcess2 = CREATEOBJECT("Process2")

oProcess1.Start()
oProcess2.Start()

For i=200 TO 300
...

All counters should be runs at parallel way.. Is it possible.. I got success only with 2 processes.. when for second process use timer for call Start Event.
Any help or ideas please

Thanks
Denis
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform