Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Re: COM
Miscellaneous
Thread ID:
00362014
Message ID:
00381942
Views:
12
Rick, I'm at a point of setting up outside data services for our application. Think of a tire store that needs parts data. That parts server is DCOM.

How do I register the existance of the server on my client machines? Dcomcnfg shows that the server is running. Workstations are all NT4 and or W2K in a peer to peer network.

Can this be done via VFP code or is it better via a script?

All stores have a server (peer to peer) machine and the clients are only one or two extra workstations for that store. Thus none of this is going long distance.

__Stephen




>>As far as XML being inherently faster over the wire, I doubt it. XML, especially for sizable datasets, suffers from the considerable bloat inherent in it's syntax (opening and closing tag pairs).
>
>It depends on what you're doing. XML is actually not as bloated as it seems even with the tag overhead. Reason is that it's highly compressible. In Internet Scenarios I've found that raw XML transfers can be often as fast or faster than comparably compressed files, because the protocol encryption (in a modem or net adapter) can take the bloat out.
>
>DCOM, however, once connected can be very efficient. But it also requires a persistent connection to the server (or else you get the overhead of a reconnect each time which is dreadful).
>
>In general I think DCOM is not a good choice for anything but distributed components that must access content on remote machines on a fast network. For remote connectivity of application clients - there's too much baggage in terms of security, network administration and installation involved to make it really a good choice.
>
>DCOM is supposed to be able to run over HTTP in Win2000, however, I haven't looked into how and if that actually works.
Previous
Reply
Map
View

Click here to load this message in the networking platform