On 7/25/06, Anh, Ta Ngoc (PIACOM) <[EMAIL PROTECTED]> wrote:
Hi everybody. I want to buit multithreading application. But in VFP, I don't know how to use multithreading. Anyone can help me. Thanks for your help.
Many of the times I have thought that I needed to run multiple threads, what I really needed to do was the ability to switch from one task to another. Running multiple threads means that you have to be able to synchronize them, detect when a thread is blocked, determine how to gracefully end a thread, etc. While there are situations where you need this, often times you can write a much simpler single-threaded application with a timer to do occasional tasks, or a central controller application to switch tasks upon task completion. If you give us more details on what you have in mind, I expect many forum members will have some constructive suggestions. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

