Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP ActiveX Servers working asynchronously
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
VFP ActiveX Servers working asynchronously
Miscellaneous
Thread ID:
00058003
Message ID:
00058003
Views:
65
THE SITUATION:
--------------
I have a client-server application.
The Server application is a VFP EXE. It is run once, on one computer.
it catches service requests from the client application.

I would like to have a "Worker-Bee" ActiveX server built in VFP (I already have it, actually), that the Server application can call and have work asynchronously.

THE PROBLEM:
------------
If, in my VFP Server application, I create/call a worker bee:
EG:
oWorkerBee = CreateObject( "WorkerBee.Worker")
oWorderBee.DoWork( "ThisWork" )

I don't get control back until after DoWork() is done.
How can I have my Server app call DoWork() & set the Worker bee going without my need to be held up by it until it's done working?


My thanks in advance.

- Pol Stafford
pol@casetrakker.com
-------------------------------
Pol Stafford
pol@ix.netcom.com
Next
Reply
Map
View

Click here to load this message in the networking platform