Click here to Skip to main content
16,004,969 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Virtual PC Pin
Sebastian Schneider13-Jul-06 21:56
Sebastian Schneider13-Jul-06 21:56 
GeneralRe: Virtual PC Pin
toxcct19-Jul-06 0:03
toxcct19-Jul-06 0:03 
AnswerRe: Virtual PC Pin
Paul Conrad20-Jul-06 16:34
professionalPaul Conrad20-Jul-06 16:34 
QuestionInstall ActiveX without Admin Privileges Pin
Christopher Stratmann13-Jul-06 5:19
Christopher Stratmann13-Jul-06 5:19 
AnswerRe: Install ActiveX without Admin Privileges Pin
Mike Dimmick14-Jul-06 1:27
Mike Dimmick14-Jul-06 1:27 
GeneralRe: Install ActiveX without Admin Privileges Pin
Steve S19-Jul-06 1:47
Steve S19-Jul-06 1:47 
QuestionInter Process Comunication Pin
A_Fa12-Jul-06 23:51
A_Fa12-Jul-06 23:51 
AnswerRe: Inter Process Comunication Pin
Mike Dimmick13-Jul-06 4:00
Mike Dimmick13-Jul-06 4:00 
If you want to support the feature set of DCOM, I think you'll be hard pushed to do better in your own code.

DCOM provides authenticated remote procedure calls to objects with builtin transparent marshalling of parameters. So yes, it's slower than raw sockets programming because it has a certain amount of overhead required to support these features. Because it's a network service, it's also an attack vector, so it's been through a degree of security hardening. This makes it inconvenient to use on networks without a domain infrastructure.

If you don't need the convenience of a remote procedure call syntax, authentication, and the overhead involved in it, by all means use socket programming. DCOM is generally more convenient to program, though.

Stability. What an interesting concept. -- Chris Maunder
Questionneed info about about virus Pin
Aqueel12-Jul-06 23:35
Aqueel12-Jul-06 23:35 
AnswerRe: need info about about virus Pin
Mekong River13-Jul-06 15:16
Mekong River13-Jul-06 15:16 
QuestionHow do i monitor particular sections of the registry for acess Pin
tazo12-Jul-06 14:09
tazo12-Jul-06 14:09 
AnswerRe: How do i monitor particular sections of the registry for acess Pin
Mekong River12-Jul-06 15:45
Mekong River12-Jul-06 15:45 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
tazo12-Jul-06 16:51
tazo12-Jul-06 16:51 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
Mekong River12-Jul-06 17:25
Mekong River12-Jul-06 17:25 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
tazo13-Jul-06 10:12
tazo13-Jul-06 10:12 
QuestionHow do i avoid popup window during USB Detection Pin
sai_akkina12-Jul-06 5:06
sai_akkina12-Jul-06 5:06 
AnswerRe: How do i avoid popup window during USB Detection Pin
Mekong River12-Jul-06 15:24
Mekong River12-Jul-06 15:24 
GeneralRe: How do i avoid popup window during USB Detection Pin
sai_akkina12-Jul-06 19:21
sai_akkina12-Jul-06 19:21 
GeneralRe: How do i avoid popup window during USB Detection Pin
Mekong River12-Jul-06 21:24
Mekong River12-Jul-06 21:24 
GeneralRe: How do i avoid popup window during USB Detection Pin
Steve S12-Jul-06 21:52
Steve S12-Jul-06 21:52 
Questionwhich microsoft server OS to choose? Pin
campbells11-Jul-06 17:16
campbells11-Jul-06 17:16 
AnswerRe: which microsoft server OS to choose? Pin
Mekong River12-Jul-06 15:21
Mekong River12-Jul-06 15:21 
GeneralRe: which microsoft server OS to choose? Pin
campbells12-Jul-06 15:23
campbells12-Jul-06 15:23 
GeneralRe: which microsoft server OS to choose? Pin
Mekong River12-Jul-06 15:38
Mekong River12-Jul-06 15:38 
QuestionDriver debugging using WinDbg Pin
Bill Devi11-Jul-06 4:28
Bill Devi11-Jul-06 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.