Click here to Skip to main content
15,796,661 members
Home / Discussions / COM
   

COM

 
QuestionDll Registration Problem Pin
Member 428319513-Jul-09 1:56
Member 428319513-Jul-09 1:56 
AnswerRe: Dll Registration Problem Pin
«_Superman_»13-Jul-09 4:38
professional«_Superman_»13-Jul-09 4:38 
GeneralRe: Dll Registration Problem Pin
Member 428319513-Jul-09 20:57
Member 428319513-Jul-09 20:57 
AnswerRe: Dll Registration Problem Pin
Md. Marufuzzaman25-Jul-09 0:12
professionalMd. Marufuzzaman25-Jul-09 0:12 
QuestionHook the drag and drop functionality of windows..... Pin
FSam12-Jul-09 22:11
FSam12-Jul-09 22:11 
AnswerRe: Hook the drag and drop functionality of windows..... Pin
FSam13-Jul-09 21:22
FSam13-Jul-09 21:22 
QuestionHow to raise Performance of COM Server of external API ? Pin
gehbitte12-Jul-09 4:17
gehbitte12-Jul-09 4:17 
AnswerRe: How to raise Performance of COM Server of external API ? Pin
Baltoro12-Jul-09 11:58
Baltoro12-Jul-09 11:58 
You don't say how you instantiate the COM Server, but if it's an out-of-process server, or a component that you access from a remote machine, and you are a client of that server, then the COM library uses the RPC protocol to transfer the data back and forth between the two machines. You might refer to: The Network Protocol[^], a chapter from the book "Inside COM+", which describes the methods COM uses to communicate with a DCOM component on a remote machine. Also, from the same book, Standard Marshaling[^], explains the actual COM Library mechanisms involved in managing the proxy and stub architecture.
If you are accessing an out-of-process server, then that is definitely your bottleneck, and not the code that you posted in the C# Forum.
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte13-Jul-09 0:48
gehbitte13-Jul-09 0:48 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
Baltoro16-Jul-09 15:53
Baltoro16-Jul-09 15:53 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte16-Jul-09 22:00
gehbitte16-Jul-09 22:00 
GeneralSome Information on COM server and client model Pin
Baltoro18-Jul-09 8:47
Baltoro18-Jul-09 8:47 
GeneralRe: Some Information on COM server and client model Pin
gehbitte18-Jul-09 9:48
gehbitte18-Jul-09 9:48 
GeneralRe: Some Information on COM server and client model Pin
Baltoro18-Jul-09 12:48
Baltoro18-Jul-09 12:48 
GeneralHa Ha (apparently Microsoft had this problem too) Pin
Baltoro18-Jul-09 14:04
Baltoro18-Jul-09 14:04 
GeneralRe: Ha Ha (apparently Microsoft had this problem too) Pin
gehbitte18-Jul-09 23:19
gehbitte18-Jul-09 23:19 
QuestionWriting multiple Tables to Word from VB Pin
spikedturtle11-Jul-09 5:49
spikedturtle11-Jul-09 5:49 
AnswerRe: Writing multiple Tables to Word from VB Pin
Stuart Dootson11-Jul-09 7:00
professionalStuart Dootson11-Jul-09 7:00 
QuestionProgram crashes while updating .idl file manually Pin
chandrakar ashish10-Jul-09 2:17
chandrakar ashish10-Jul-09 2:17 
AnswerRe: Program crashes while updating .idl file manually Pin
«_Superman_»10-Jul-09 17:09
professional«_Superman_»10-Jul-09 17:09 
AnswerRe: Program crashes while updating .idl file manually Pin
Chiman110-Jul-09 21:29
Chiman110-Jul-09 21:29 
AnswerRe: Program crashes while updating .idl file manually Pin
Stuart Dootson11-Jul-09 3:11
professionalStuart Dootson11-Jul-09 3:11 
QuestionWord Document Mail Merging and then Editing in automated fashion Pin
Sandumone9-Jul-09 11:06
Sandumone9-Jul-09 11:06 
QuestionQuerInterface fails for an Interface of type IUnknown in VB .NET windows service but the same works in VB .NET forms application Pin
VM JOE9-Jul-09 4:51
VM JOE9-Jul-09 4:51 
QuestionAdd extra device property sheet in Windows 7 Devices and Printers Pin
User 60869398-Jul-09 11:15
User 60869398-Jul-09 11:15 

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.