Click here to Skip to main content
15,911,035 members
Home / Discussions / COM
   

COM

 
QuestionHow to raise Performance of COM Server of external API ? Pin
gehbitte12-Jul-09 3:17
gehbitte12-Jul-09 3:17 
AnswerRe: How to raise Performance of COM Server of external API ? Pin
Baltoro12-Jul-09 10:58
Baltoro12-Jul-09 10:58 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte12-Jul-09 23:48
gehbitte12-Jul-09 23:48 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
Baltoro16-Jul-09 14:53
Baltoro16-Jul-09 14:53 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte16-Jul-09 21:00
gehbitte16-Jul-09 21:00 
GeneralSome Information on COM server and client model Pin
Baltoro18-Jul-09 7:47
Baltoro18-Jul-09 7:47 
GeneralRe: Some Information on COM server and client model Pin
gehbitte18-Jul-09 8:48
gehbitte18-Jul-09 8:48 
GeneralRe: Some Information on COM server and client model Pin
Baltoro18-Jul-09 11:48
Baltoro18-Jul-09 11:48 
There is an excellent article right here at Code Project that describes clearly and in detail the registry settings that a COM component must make on the host machine: COM IDs & Registry Keys in a Nutshell[^]. Also, you can use the search capability in the Registry Editor, by supplying the GUID in its canonical form, which looks like this: {60B4140E-B0A7-4540-B744-7E1A944E8C78}
(your GUID will be a different number, of course)
This is a 128-bit unique number expressed in hexadecimal. Look in the registry key: HKEY_CLASSES_ROOT\CLSID\...for a long list of all the registered COM CoClasses available on your computer.
What I meant by overhead was the time it actually takes to execute certain instructions or a series of instructions on a computer. This is significant since it places serious restrictions on the overall performance of the software. Assembly programmers test their algorithms all the time in their quest for speed, or, what they would call 'optimization'. Typically the time it takes to execute a function is expressed in clock cycles, based on the rated speed of your processor. Generally, what I'm referring to as 'overhead' are the set up procedures (and security checks) performed by the COM Library, the creation and transmission of the Data Packets exchanged by the Standard Marshaling Architecture (stub and proxy) between your local COM Server and Client Application, and the transmission of the Data via the RPC protocol between your local machine and the remote machine, and the handling of any associated errors.
Debugging these kinds of Networking DCOM problems can be difficult, if not impossible.
GeneralHa Ha (apparently Microsoft had this problem too) Pin
Baltoro18-Jul-09 13:04
Baltoro18-Jul-09 13:04 
GeneralRe: Ha Ha (apparently Microsoft had this problem too) Pin
gehbitte18-Jul-09 22:19
gehbitte18-Jul-09 22:19 
QuestionWriting multiple Tables to Word from VB Pin
spikedturtle11-Jul-09 4:49
spikedturtle11-Jul-09 4:49 
AnswerRe: Writing multiple Tables to Word from VB Pin
Stuart Dootson11-Jul-09 6:00
professionalStuart Dootson11-Jul-09 6:00 
QuestionProgram crashes while updating .idl file manually Pin
chandrakar ashish10-Jul-09 1:17
chandrakar ashish10-Jul-09 1:17 
AnswerRe: Program crashes while updating .idl file manually Pin
«_Superman_»10-Jul-09 16:09
professional«_Superman_»10-Jul-09 16:09 
AnswerRe: Program crashes while updating .idl file manually Pin
Chiman110-Jul-09 20:29
Chiman110-Jul-09 20:29 
AnswerRe: Program crashes while updating .idl file manually Pin
Stuart Dootson11-Jul-09 2:11
professionalStuart Dootson11-Jul-09 2:11 
QuestionWord Document Mail Merging and then Editing in automated fashion Pin
Sandumone9-Jul-09 10:06
Sandumone9-Jul-09 10: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 3:51
VM JOE9-Jul-09 3:51 
QuestionAdd extra device property sheet in Windows 7 Devices and Printers Pin
User 60869398-Jul-09 10:15
User 60869398-Jul-09 10:15 
QuestionButton on Toolbar not showing chervon effect Pin
am 20097-Jul-09 0:24
am 20097-Jul-09 0:24 
AnswerRe: Button on Toolbar not showing chervon effect Pin
zm157316-Jul-09 0:07
zm157316-Jul-09 0:07 
QuestionSMPP COM library Pin
harrisyn6-Jul-09 13:27
harrisyn6-Jul-09 13:27 
GeneralRe: SMPP COM library Pin
Md. Marufuzzaman6-Jul-09 21:49
professionalMd. Marufuzzaman6-Jul-09 21:49 
GeneralRe: SMPP COM library Pin
harrisyn7-Jul-09 12:01
harrisyn7-Jul-09 12:01 
GeneralRe: SMPP COM library Pin
Md. Marufuzzaman7-Jul-09 22:41
professionalMd. Marufuzzaman7-Jul-09 22:41 

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.