Results 1 to 3 of 3

Thread: simple questions!!!!!!!!!!!!!!

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 1999
    Posts
    52

    Post


    hi all,

    1. what is the disadvantages of using activeXdll???
    2. what is the advantages n disadvantages of using AciveX EXE??

    thanxxx..
    kandan.

  2. #2
    Member
    Join Date
    Dec 1999
    Posts
    37

    Post

    According to the book, it states...

    1. advantage - faster than ActiveX EXE (out-of-process) server

    disadvantage - it cannot be run on a machine separate from the client application (program)

    2. advantage - the objects run in a separte process space than the client applications

    disadvantage - communication between the application and the server object is slower than with ActiveX DLL (In-Process) servers because the information has to cross process boundaries.

    That's what it says...

    Ruchi

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You can run DLLs out-of-process using MTS

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