Re: ASP.NET performance issue
From: Paul King (kin0363k_at_hotmail.com)
Date: 07/01/04
- Next message: Tee: "Re: Looping through textboxes - error in my code?"
- Previous message: Alek Davis: "Re: Accessing intrinsic ASP (not ASP.NET) objects from .NET class"
- In reply to: Kevin Spencer: "Re: ASP.NET performance issue"
- Next in thread: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: ASP.NET performance issue"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 19:32:00 +0100
Loud and clear Kevin. I will leave Microsoft for the cleaver stuff
"Kevin Spencer" <kspencer@takempis.com> wrote in message
news:#55Oaf5XEHA.3100@TK2MSFTNGP09.phx.gbl...
> > Your speaking to a person whom just picked up a programming ASP.NET in
> > VB.net book - not a technical architect.
> >
> > Are you saying in a nutshell that the code cannot be automatically
> compiled
> > before the user hits that page?
>
> In a nutshell, yes. However, you will have to become a "technical
architect"
> before you can understand why. For now, "Always trust content from
> Microsoft." ;-)
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Paul King" <kin0363k@hotmail.com> wrote in message
> news:Oi4syT5XEHA.3644@TK2MSFTNGP12.phx.gbl...
> > Er.. Whatchawhaddawho?
> >
> > Your speaking to a person whom just picked up a programming ASP.NET in
> > VB.net book - not a technical architect.
> >
> > Are you saying in a nutshell that the code cannot be automatically
> compiled
> > before the user hits that page?
> >
> > Paul.
> >
> > "Cowboy (Gregory A. Beamer) [MVP]" <NoSpamMgbworld@comcast.netNoSpamM>
> wrote
> > in message news:OPjhjN5XEHA.2344@TK2MSFTNGP11.phx.gbl...
> > > The issue is the JIT compilation. IN 1.0, without rearchitecting, you
> have
> > > to hit the page once before your users do. In 2.0, you can precompile,
> but
> > > you will not have that capability, officially, until 2005. For
> assemblies
> > > other than the web app itself, you can ngen, which will make native
> > > binaries, avoiding JIT compilation on those assemblies.
> > >
> > > --
> > > Gregory A. Beamer
> > > MVP; MCP: +I, SE, SD, DBA
> > >
> > > ************************************************
> > > Think Outside the Box!
> > > ************************************************
> > > "Paul King" <kin0363k@hotmail.com> wrote in message
> > > news:%236zLHI5XEHA.4008@TK2MSFTNGP09.phx.gbl...
> > > > Hi all,
> > > >
> > > > I have written a very simple ASP.NET page on my website that
displays
> > the
> > > > results of wedding fayres based on the Venue Name selected by the
> user.
> > > >
> > > > However, when the ASP page loads for the 1st time, this takes quite
a
> > long
> > > > while to appear (approx 15-20secs). I understand that the ASP has
to
> > > > generate a process to the IIS server, but is there anyway to speed
> this
> > > > initial process up?
> > > >
> > > > Any help would be great.
> > > >
> > > > Thanks
> > > > Paul
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Tee: "Re: Looping through textboxes - error in my code?"
- Previous message: Alek Davis: "Re: Accessing intrinsic ASP (not ASP.NET) objects from .NET class"
- In reply to: Kevin Spencer: "Re: ASP.NET performance issue"
- Next in thread: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: ASP.NET performance issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|