Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Real Multithread....
Message
From
21/09/2001 12:17:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Real Multithread....
Miscellaneous
Thread ID:
00559325
Message ID:
00559325
Views:
45
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
Next
Reply
Map
View

Click here to load this message in the networking platform