Click here to Skip to main content
15,887,328 members
Home / Discussions / COM
   

COM

 
QuestionWhat's the difference between COM and OLE? Pin
15-Jul-01 15:01
suss15-Jul-01 15:01 
AnswerRe: What's the difference between COM and OLE? Pin
16-Jul-01 6:55
suss16-Jul-01 6:55 
QuestionWhat's the difference between Interface and dispInterface? Pin
15-Jul-01 10:53
suss15-Jul-01 10:53 
AnswerRe: What's the difference between Interface and dispInterface? Pin
16-Jul-01 6:57
suss16-Jul-01 6:57 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Joseph Dempsey20-Jul-01 16:00
Joseph Dempsey20-Jul-01 16:00 
GeneralShell Extention Pin
Maham Gilani14-Jul-01 3:37
Maham Gilani14-Jul-01 3:37 
QuestionHow to diagnose and to detect down clients and servers Pin
13-Jul-01 5:37
suss13-Jul-01 5:37 
AnswerRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 11:32
suss16-Jul-01 11:32 
Why do you care if the client crashed, especially with out of proc components. Your server is only kept alive for the time that clients hold refs to it. If the client crashes, DCOM has a ping mechanism that will shut your server down in 6 minutes. There could be anything that could cause a DCOM error including all of what you mentioned. If you are concerned you could create a thread that goes off and instantiates your DCOM server. The main thread can then carry on its merry way. You can even use WaitForSingleObject to set your own timeout so that you don't have to wait an extended period of time to see if the creation or call failed.
GeneralRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 23:46
suss16-Jul-01 23:46 
GeneralMultiple Inheritence of an ATL object Pin
12-Jul-01 23:18
suss12-Jul-01 23:18 
Generalinterfaces Pin
Gabriel.P.G12-Jul-01 17:05
Gabriel.P.G12-Jul-01 17:05 
GeneralRe: interfaces Pin
16-Jul-01 11:35
suss16-Jul-01 11:35 
GeneralCOM behind/in front of the firewall Pin
12-Jul-01 6:12
suss12-Jul-01 6:12 
Generaltutorials for com Pin
anu11-Jul-01 18:23
anu11-Jul-01 18:23 
GeneralRe: tutorials for com Pin
Michael Dunn11-Jul-01 20:32
sitebuilderMichael Dunn11-Jul-01 20:32 
GeneralCoInitializeEx Pin
11-Jul-01 13:16
suss11-Jul-01 13:16 
GeneralOK OK its DCOM Pin
11-Jul-01 13:26
suss11-Jul-01 13:26 
GeneralOK Apologies. Pin
11-Jul-01 13:34
suss11-Jul-01 13:34 
GeneralIHTMLElement and IHTMLElement2 and IHTMLWindow2 Pin
Oguzhan ERKAN11-Jul-01 4:54
Oguzhan ERKAN11-Jul-01 4:54 
GeneralCom interface with SQL to MSDE database Pin
Bigge10-Jul-01 23:27
Bigge10-Jul-01 23:27 
GeneralRe: Com interface with SQL to MSDE database Pin
11-Jul-01 8:35
suss11-Jul-01 8:35 
GeneralRe: Com interface with SQL to MSDE database Pin
Bigge12-Jul-01 1:22
Bigge12-Jul-01 1:22 
GeneralRe: Com interface with SQL to MSDE database Pin
12-Jul-01 2:04
suss12-Jul-01 2:04 
GeneralUsing A Collection - Newbie Pin
AJ1239-Jul-01 11:48
AJ1239-Jul-01 11:48 
GeneralRe: Using A Collection - Newbie Pin
9-Jul-01 14:42
suss9-Jul-01 14:42 

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.