Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Real Multithread....
Message
 
À
21/09/2001 12:17:31
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00559325
Message ID:
00559593
Vues:
14
The problem with VFP is not capable of Free Threading. All are just work arounds which will not work seamless. I think Free Threading is a good wish for VFP 8.

Just a comment, not a help.

>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
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform