Aha, but the thing is that it seams (I could be wrong here) but it seams
that this delay is done everytime a client connects then, Once its done and
the client stays connected, its fast and so...
Its just the first time, but what annoys me is that it seams to be every
time a client connects...
witch means, that the response time for my server appears to be very slow,
as in fact it may not be...
Im thinking about if there is a possibility to show a "Loading..." text
while the JIT is compiling the code?
so that the users are aware of that something is actually happening and the
server is availible and contacted?
Yours: Kristoffer
"Cowboy (Gregory A. Beamer)" <(E-Mail Removed)> skrev i
meddelandet news:%(E-Mail Removed)...
> JIT compilation of IL for the first hit. Not sure if it happens every
time,
> except it may have to do with the fact that ASP and ASP.NET session are
two
> different creatures.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> **********************************************************************
> Think Outside the Box!
> **********************************************************************
> "Kristoffer Arfvidson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > In my server I notice a small delay of about 2 seconds before it starts
> > processing aspx documents...
> >
> > Because I have first off an standard asp page, witch contains the
frameset
> > and title and so on...
> > This one comes up quickly, then my IE says Ready...
> > and waits for about 2 seconds, then, it starts to load the aspx file...
> >
> > How come there is a delay before aspx files are processed?
> > The asp file it not cached (And I tryed to remove all cache)
> >
> > My server provider uses win 2000 to process ASP.NET pages...
> >
> > Yours: Kristoffer
> >
> >
>
>
|