Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making the most of Multithreading
Message
From
04/12/2002 08:46:16
 
 
To
04/12/2002 03:52:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00729042
Message ID:
00729396
Views:
13
I wasn't aware of this utility, but it seem interesting. However, you need to take these points into account:

  • You won't be able to communicate with the threads once they are started other than by events
  • You have no control over the thread. If it crash or is trapped in an infinite loop, you will have a memory leak
  • You must be sure that the thread had finished before release the COM. Memory leak will occurs otherwise

    Even with these restrictions, I would still prefer this approach than the multi EXE. The multi EXE suffer from the same restrictions, is more complex to communicate with and you won't be notified when it had completed like the utility does.

    >Have you seen the file #9838 (Multi-threaded VFP application) in the downloads section? (sorry don't know how to put a link in a thread message!)
    >
    >How reliable do you think it would be?
    >
    >My C++ and VB skills are not upto this sort of development. I'm interested to know if anyone has used this succseffully, if not then I'm going the multi .EXE route probably using XML files on disk to communicate!
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform