hi all,
1. what is the disadvantages of using activeXdll???
2. what is the advantages n disadvantages of using AciveX EXE??
thanxxx..
kandan.
Printable View
hi all,
1. what is the disadvantages of using activeXdll???
2. what is the advantages n disadvantages of using AciveX EXE??
thanxxx..
kandan.
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
You can run DLLs out-of-process using MTS