Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi threading
Message
From
27/03/2000 06:57:32
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Multi threading
Miscellaneous
Thread ID:
00350645
Message ID:
00350645
Views:
51
Hi All,

I’m writing some software that deals with faxing, email and some other forms of communication.

I would like to compile the email and faxing components into separate dlls and ideally make them multi-threaded. For instance, from a foxpro form I would like to be able to do something like:

ThisForm.oFax(“Send”)

But before the faxing has finished I may want to do something like:

ThisForm.oEmail(“Send”)

Or even attempt to fire another fax before the previous one has finished.

What I’m struggling with is how to co-ordinate the different threads. For instance, if I send a fax, how do I know when that particular fax has finished?

Regards,

Paul Robinshaw
Next
Reply
Map
View

Click here to load this message in the networking platform