Results 1 to 2 of 2

Thread: ActiveX DLL and ActiveX EXE

  1. #1

    ActiveX DLL and ActiveX EXE

    Eventhough ActiveX DLL is faster than ActiveX EXE,Why are we using ActiveX EXE more?


  2. #2
    Junior Member
    Join Date
    Dec 2007
    Answers
    18

    Re: ActiveX DLL and ActiveX EXE

    An ActiveX Dll runs is an in process server running in the same memory space as the client process.

    An ActiveX Exe is an out of process server which runs in it's own separate memory space.

    ActiveX Exe:
    1) The component can run as a standalone desktop application, like Microsoft Excel or Microsoft Word, in addition to providing objects.
    2) The component can process requests on an independent thread of execution, notifying the client of task completion using events or asynchronous call-backs. This frees the client to respond to the user.
    3)If an error occurs the client processes can continue to operate.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact