Re: Single-instance within a network
From: Sam Hobbs (samuel_at_social.rr.com_change_social_to_socal)
Date: 01/28/05
- Next message: Tony Proctor: "Re: Single-instance within a network"
- Previous message: Sam Hobbs: "Re: Terminate process in WXP"
- In reply to: Tony Proctor: "Re: Single-instance within a network"
- Next in thread: Tony Proctor: "Re: Single-instance within a network"
- Reply: Tony Proctor: "Re: Single-instance within a network"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 06:43:31 -0800
"Tony Proctor" <tony_proctor@aimtechnology_NoMoreSPAM_.com> wrote in message
news:Oc91PaTBFHA.3824@TK2MSFTNGP10.phx.gbl...
>
> I don't see how knowing that DCOM uses RPC, and RPC uses UDP, helps you
> Sam.
> Are you simply saying you would have all your instances talk to a single,
> out-of-process ActiveX EXE, and have that arbitrate on whether the clients
> are duplicates or not?
I am sorry you don't see that. It is clear to me so I did not want to write
a lengthy explanation. However perhaps a little clarification will help.
Most anything that can be done using a RPC can be done using DCOM. I am sure
that for more complicated and/or advanced requirements, using a RPC directly
might provide a solution that cannot be done using DCOM or that has some
advantage, but for the relevant requirement DCOM would be a higher-level
solution that VB would make much easier to implement.
An even easier solution might be WMI. The WMI WIN32_Process class has a
Create method that appears to be able to create a process in another system.
It is likely I can do what I need to do with just a few lines of code.
> P.S. the terms Automation, ActiveX, and COM are almost used
> interchangeably
> these days. However, COM is the actual object model (Component Object
> Model), ActiveX is the term applied to format of components based on COM,
> and Automation (formerly called OLE Automation) is the term describing the
> COM-based communications between applications such as MS Office.
The following is a question I posted a question in another newsgroup and an
answer to my question.
- Next message: Tony Proctor: "Re: Single-instance within a network"
- Previous message: Sam Hobbs: "Re: Terminate process in WXP"
- In reply to: Tony Proctor: "Re: Single-instance within a network"
- Next in thread: Tony Proctor: "Re: Single-instance within a network"
- Reply: Tony Proctor: "Re: Single-instance within a network"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|