Results 1 to 5 of 5

Thread: COM, DCOM and COM+

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    COM, DCOM and COM+

    I know this thing have been asked quite a number of times here.

    But searching this I have seen replies which either do not satisfy or go "Above my Head" replies.

    Kindly someone in [i]very plain english[i/] tell me the differnce between the three.

    Possibly give an example of three occcasions wherein we use the three, I would be very grateful.

    Thanks

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    Cant get any simpler than this~

    COM - used locally to allow objects (dll's and the like) to talk to each other.
    DCOM - used between different physical bits of hardware to allow objects (dll's and the like) to talk to each other.

    COM+ W2K version of the above combined to make life easier.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    Thanks for putting it so plainly,

    One though I am aware of that with DCOM can be used to communicate with Diff PCs, Dont know how to use it

    Secondly when u say COM+ is W2K version, is it just the sme DCOM or some add. features?

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    Basically COM+ is the same, just a whole lot easaier to administer.

    To use DCOM you need to use the DCOM Configurator, basically it allows you to Register a reference to the component

  5. #5
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    hi,
    COM+ is a runtime environment for COM Objects.
    it gives your objects a lot of services, like Transaction support, Object pooling, Loosly coupled event etc.
    COM+ uses DCOM for communicate between remote clients.
    COM+ is part of the COM infrastructure.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width