PDA

Click to See Complete Forum and Search --> : simple questions!!!!!!!!!!!!!!


kandan
Jan 6th, 2000, 12:32 PM
hi all,

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

thanxxx..
kandan.

Ruchi
Jan 6th, 2000, 01:32 PM
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

Clunietp
Jan 6th, 2000, 01:38 PM
You can run DLLs out-of-process using MTS