Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MTS, COM servers, and User Interaction
Message
From
10/08/1999 08:34:48
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MTS, COM servers, and User Interaction
Miscellaneous
Thread ID:
00251906
Message ID:
00251906
Views:
39
I'm hoping someone can clear up a few things about COM servers for me. Specifically, I'm ready to deploy my servers on a dedicated muscle machine, but want to make sure of a few things first.

During my learning how stage, I've been running the COM servers on my own machine, for easier debugging, seeing what's going on, etc.

In this stage, I have settled on using Out-of-Process servers (EXE's), since they can be asynchronous. IOW, using my own version of the Form+Timer example that ships with fox, I've got some servers built that return control to the user after the crunching routine is started, notify the user periodically that they are alive and processing, and notify the user when they are done.

So here's the question. It seems that MTS has so many nifty features that I would want to use it on the dedicated COM server machine (having seen Gary Dewitt's excellent presentation at Devcon). Except that it only handles DLL's, and I know that running the Form+Timer trick did not work when running a DLL on my own machine. Is there a way to use the Form+Timer trick in a DLL running on another machine? Did I miss something when doing it on my own machine? Basically I want to deploy these servers on a dedicated machine, but still keep the "asynchronous" behavior: Having control return to the client, and having the server send periodic (I know, not too often cuz of overhead) messages to the user.

As always, TIA...
Next
Reply
Map
View

Click here to load this message in the networking platform