Pfff...
I have worked on VC6 for several years, and that was ok.
Now, i' m learning .NET framework (C++), and it's sooooo sloooowww when i
run my application (1 tiny exe + 4 tiny DLLs in a single solution) in
Release mode (and much more in Debug mode).
Is it normal ???

My PC is a "AMD K7 1050 Mhz/512 Mo of RAM / 7 Go of freespace (on 70Go)",
but i don't think it comes from here.

Thanx in advance

Re: So Slow by Tim

Tim
Wed Nov 19 18:02:32 CST 2003

"Pascal SIMON" <toto@toto.com> wrote in message
news:%234bArHvrDHA.536@tk2msftngp13.phx.gbl...
> Pfff...
> I have worked on VC6 for several years, and that was ok.
> Now, i' m learning .NET framework (C++), and it's sooooo sloooowww when i
> run my application (1 tiny exe + 4 tiny DLLs in a single solution) in
> Release mode (and much more in Debug mode).
> Is it normal ???

You should address perf. queries to
microsoft.public.dotnet.framework.performance.

Some things are slow, some things are not slow, some things can be improved
:-)

Tim
Investigating .Net http://www.itwriting.com/dotnet1.php



Re: So Slow by Nick

Nick
Wed Nov 19 21:00:55 CST 2003

> Is it normal ???

In general, no. You can get acceptable perf in .NET applications for a wide
range of scenarios. There are a few areas of .NET where performance is
significantly worse that unmanaged code (I've seen quite a few complaints on
XSLT), but this is the exception rather than the rule. Start-up times are
generally slower due to the number of DLLs that a .NET application uses, but
this is a once-per-boot hit, as the DLLs are common to all managed apps and
will be reused.

Nick Wienholt, MVP
Maximizing .NET Performance
http://www.apress.com/book/bookDisplay.html?bID=217
Sydney Deep .NET User Group www.sdnug.org

"Pascal SIMON" <toto@toto.com> wrote in message
news:%234bArHvrDHA.536@tk2msftngp13.phx.gbl...
> Pfff...
> I have worked on VC6 for several years, and that was ok.
> Now, i' m learning .NET framework (C++), and it's sooooo sloooowww when i
> run my application (1 tiny exe + 4 tiny DLLs in a single solution) in
> Release mode (and much more in Debug mode).
> Is it normal ???
>
> My PC is a "AMD K7 1050 Mhz/512 Mo of RAM / 7 Go of freespace (on 70Go)",
> but i don't think it comes from here.
>
> Thanx in advance
>
>