Sorry for the late reply.
I will be using a COM component for communicating with a hardware device
attached to the PC via an ethernet port. The approximate amount of data to
transfer is 140 bytes. I will need to transfer this 140 bytes no more
frequent than 500 ms. All the information should be ints and doubles. No
strings or fancy datatypes will be transferred to my knowledge.
[quoted text, click to view] "Amit Bahree" <amit@_REMOVE_ME_desigeek.com> wrote in message
news:eGSuz2MJFHA.2136@TK2MSFTNGP14.phx.gbl...
> What exactly are you going to be interoping to and how much? Also, how
> much data are you going to be marshalling across?
>
> "Ryan Taylor" <rtaylor@stgeorgeconsulting.com> wrote in message
> news:rtaylor@stgeorgeconsulting.com:
>
> > Hello.
> >
> > I will be developing an application shortly and a concern I have is the
> > performance regarding C# code calling unmanaged COM components. Does
anyone
> > have any performance metrics for using unmanaged COM/ActiveX components
with
> > managed C# code?
> >
> > Thanks in advance.
> > Ryan
>