ActiveX EXE vs ActiveX DLL 
Author Message
 ActiveX EXE vs ActiveX DLL

I know that an ActiveX DLL is considered faster because you don't have to
marshal data across process boundaries, but what's the downside to using
them Vs an ActiveX EXE?  Does piggybacking on the client's thread have any
drawbacks?

Thanks



Sat, 13 Jul 2002 03:00:00 GMT  
 ActiveX EXE vs ActiveX DLL
Here is the Scoop

DLL
    Pros - Fast
    Cons - Same Process as client (Can Spawn Threads)
                Less Robust (If DLL Bombs then the client goes down with it)

EXE
    Pros - Own Process Space (More Robust)
               Can Spawn Threads
               Provides Asynchronous Operations
    Cons - Slow

Cheers

Gregory A Jackson MCSD, MCT
Sr Software Engineer
STEP Technology
PDX, OR



Sat, 13 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ActiveX exe vs ActiveX dll

2. ActiveX DLL vs ActiveX EXE

3. ActiveX Doc DLL vs ActiveX Doc EXE

4. ActiveX.exe or ActiveX DLL or ActiveX Control?????????????

5. ActiveX DLL, ActiveX EXE & ActiveX OCX version

6. ActiveX DLL, ActiveX EXE & ActiveX OCX version

7. ActiveX Exe vs. Active Dll

8. data source class in ActiveX DLL vs EXE -- URGENT

9. GetObject() vs ActiveX DLL/EXE

10. ActiveX EXE vs DLL ???

11. Scrollbars in ActiveX DLL vs Standard Exe

12. Scrollbars in ActiveX DLL vs. Standard Exe

 

 
Powered by phpBB® Forum Software