|
-
Jan 6th, 2000, 01:32 PM
#1
Thread Starter
Member
hi all,
1. what is the disadvantages of using activeXdll???
2. what is the advantages n disadvantages of using AciveX EXE??
thanxxx..
kandan.
-
Jan 6th, 2000, 02:32 PM
#2
Member
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
-
Jan 6th, 2000, 02:38 PM
#3
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|