Click here to Skip to main content
15,790,625 members
Home / Discussions / COM
   

COM

 
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 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte13-Jul-09 0:48
gehbitte13-Jul-09 0:48 
Ok, i'm coding in CSharp. The DataProvider API is the TaiPanRealTime API which I define in the Program.cs class:

public static TaiPanRTLib.TaiPanRealtime Tapp;


so I do with the DataStream object from TaiPan, which fires the respective events:

TaiPanRTLib.DataStream TPStream;


I instantiate the Class (start the Server) in a method:

if (Tapp == null) { Tapp = new TaiPanRTLib.TaiPanRealtime(); }
TPStream = (DataStream)TPapp.DataStream;


I add the events:

TPStream.Brief += new _IDataStreamEvents_BriefEventHandler(TPBrief_Brief);
     TPStream.Geld += new _IDataStreamEvents_GeldEventHandler(TPBrief_Geld);


So thats how I set up the TaiPan Application (and with it the COM Server).

I am not a network specialist, all I could learn from the link you posted is that the COM Server uses the RPC Protocol. The RPC runs in a svchost.exe process, but I don't see any performance changes of the respective processes in the taskmanager when I start my program.

But thank you anyway for your help!
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 
QuestionButton on Toolbar not showing chervon effect Pin
am 20097-Jul-09 1:24
am 20097-Jul-09 1:24 

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.