Re: Take a deep breath...

From: Jim Cooper (jim_at_falafelsoft.com)
Date: 01/18/05


Date: Tue, 18 Jan 2005 22:26:00 +0000


> Actually, it came to me that since we don't have any timings,
> maybe .Net actually is the bottleneck in your case?

Like I keep saying, there are no bottlenecks, at least not subjectively.
I'm sure if you profiled it you would find the data access is the
slowest bit, as you do in most applications of this type, regardless of
what language you used to write the app.

Those areas that have complex non-disk based processing work so fast you
don't notice them happening, so there has never been a need to profile.

Cheers,
Jim Cooper

_______________________________________________

Jim Cooper jim@falafelsoft.com
Falafel Software http://www.falafelsoft.com
_______________________________________________



Relevant Pages

  • Re: How does directx work - World or View transforms and rotations
    ... what's slow from the profile measurements. ... bottleneck to reveal the next most important bottleneck. ... Virtually all of the time in graphics, "optimizing away the ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Finding Bottlenecks
    ... There are also tools that you can profile your code with, although most of them cost at least something. ... I have a website that functions fine locally, but when published to the server it develops a bottleneck during loading some of the pages. ... Basically what happens is the page loads to about 25% then it freezes for anything from 10 - 40 seconds, before suddenly loading the rest of the page. ... Strangely enough this doesn't seem to occur in Firefox although Firefox displays quicker it seems to do whatever is holding IE up in the background so you get the illusion of it loading quicker. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Finding Bottlenecks
    ... see if that shows anything before having a look at the profiling systems. ... profile included. ... the server it develops a bottleneck during loading some of the pages. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: modulus %
    ... Profile. ... I find it rather difficult to imagine that a % expression is going ... to be a bottleneck, but anything's possible... ... On-Site Training in C/C++, Java, Perl and Unix ...
    (comp.lang.cpp)