Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can VFP8 Multi-Thread?

Status
Not open for further replies.

CFPR

MIS
May 9, 2003
58
0
0
PR
My understading is that it does not.

Any comment?

MW
 
MW,

My understanding is that it does. But you need to use a different run-time library: vfp8t.dll.

Check the Help topic, "Scalability and Multithreading".

Mike


Mike Lewis
Edinburgh, Scotland

My Visual Foxpro web site: My Crystal Reports web site:
 
MW,
If you mean "Is there native language support for forking off tasks that can be optionally checked on.", then you are correct it can't. However, using COM servers (even those created by VFP!), you can easily produce a similar result. I've also seen a .FLL that adds multi-threading in a way.

Rick
 
Thanks to all. I will look into it..

MW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top