Re: Native vs manage code
From: Chris Tacke, eMVP (ctacke[at]OpenNETCF_dot_org)
Date: 10/05/04
- Next message: Joseph Garibaldi: "Re: GetTickCount problem on Intel PXA255 platform"
- Previous message: Rohini: "Re: Disable popup messages in WINCE"
- In reply to: Alain Roberge: "Native vs manage code"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 5 Oct 2004 00:19:29 -0400
At the end of the day, it realy boils down to the specific app. i think you
can write managed code that rivals unmanged in perf in most application
scenarios, but is it worth making convoluted code to do it? Managed and
unmanaged both have their place, and any more I think a blend of the two is
really the sweet spot for just about every app.
-Chris
"Alain Roberge" <floroberge1@hotmail.com> wrote in message
news:2B13B397-96C1-40A3-9EED-9853CDFC81A8@microsoft.com...
> Hi,
> We develop a new platform using WCE5.0. This platform is a test &
> Measurement device. The software must process on a great amount of data.
> This data cames from a custom device develop by us.
>
> I need to know what is the difference (performance) between application
> write using native code or manage code?
>
> It is true that the performance of an application, using manage code,
> dramatically drop when it communicate with a native code component?
>
> Our driver to communicate with our hardware is a native code DLL. If the
> caller application use manage code, does the performance drop too when it
> doing call to the driver?
>
> Thank you for advice
- Next message: Joseph Garibaldi: "Re: GetTickCount problem on Intel PXA255 platform"
- Previous message: Rohini: "Re: Disable popup messages in WINCE"
- In reply to: Alain Roberge: "Native vs manage code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|