Finally someone posts the appropriate response to the VFP
multithreaded question!!
Way to go Ted!!
While I don't disagree with people saying that VFP is not the correct
choice for multithreaded apps, ( I agree it's not the best choice
there ), most programmers I've met have no real idea what they need
it for, and how in most cases the same functionality can be
implemented (and much more easily) by using timers (regardless if
we're talking VFP or VB FWIW).
Hats off Ted!
-Steve
At 10:29 AM 7/25/2006, you wrote:
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
[excessive quoting removed by server]
_______________________________________________
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.