Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a out-process from VFP...
Message
From
02/11/2000 15:35:40
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00436732
Message ID:
00437339
Views:
14
>If I understand your question correctly, the VFP process will be blocked while waiting for the COM object's method to complete. In other words, no, VFP will not continue executing while waiting for the COM object.

Mike, this is not necessarily true, as a multi-threaded server can be designed to immediately return control to the caller and go on about its business.

You can even fake it with a VFP server by creating a special timer in the server process, returning control, and allowing the timer to fire later, calling whatever code you want while the caller goes merrily on its way.

Handling this practically can get tricky though- as the caller has to poll for completion status.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform