延迟处理aspx页面? [英] Delay in processing of aspx pages?

查看:73
本文介绍了延迟处理aspx页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的服务器中,我注意到它在启动之前有一个小的延迟约2秒

处理aspx文件...


因为我第一次关闭标准的asp页面,女巫包含框架集

和标题等等......

这个很快出现,然后我的IE说准备......

并等待大约2秒,然后,它开始加载aspx文件...


如何在处理aspx文件之前有延迟?

它没有缓存的asp文件(我试图删除所有缓存)


我的服务器提供者使用win 2000来处理ASP.NET页面...


你的:Kristoffer

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

推荐答案

第一次点击的IL的JIT编译。不确定它是否每次都发生,

除了它可能与ASP和ASP.NET会话是两个不同生物的事实有关。
< br $>
-

Gregory A. Beamer

MVP; MCP:+ I,SE,SD,DBA


**************************** ********************** ********************

在盒子外面思考!

************************************* ************* ********************

" Kristoffer Arfvidson" < KR ******** @ spamtrap.com>在消息中写道

新闻:uE ************** @ tk2msftngp13.phx.gbl ...
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" <kr********@spamtrap.com> wrote in message
news:uE**************@tk2msftngp13.phx.gbl...
在我的服务器中我注意到在开始之前大约2秒的小延迟
处理aspx文档...

因为我首先关闭了一个标准的asp页面,所以女巫包含了框架集和标题等等on ...
这个很快就出现了,然后我的IE说准备......
等待大约2秒钟,然后,它开始加载aspx文件...
<为什么在处理aspx文件之前会有延迟?
它没有缓存的asp文件(我试图删除所有缓存)

我的服务器提供商使用win 2000来处理ASP.NET页面......

你的:Kristoffer
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



这是它第一次加载之后编制?这将是JIT

工作......


如果它每隔*时间执行一次,那么我不知道该告诉你什么... 。


" Kristoffer Arfvidson" < KR ******** @ spamtrap.com>在消息中写道

新闻:uE ************** @ tk2msftngp13.phx.gbl ...
Is it just the first time it loads after compiling? That would be JIT
working...

If it does it *every* time, then I don''t know what to tell you...

"Kristoffer Arfvidson" <kr********@spamtrap.com> wrote in message
news:uE**************@tk2msftngp13.phx.gbl...
在我的服务器中我注意到在开始之前大约2秒的小延迟
处理aspx文档...

因为我首先关闭了一个标准的asp页面,所以女巫包含了框架集和标题等等on ...
这个很快就出现了,然后我的IE说准备......
等待大约2秒钟,然后,它开始加载aspx文件...
<为什么在处理aspx文件之前会有延迟?
它没有缓存的asp文件(我试图删除所有缓存)

我的服务器提供商使用win 2000来处理ASP.NET页面......

你的:Kristoffer
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



啊哈,但问题是它的接缝(我可能在这里错了)但它接缝

这个延迟是在每次客户端连接时完成的,一旦完成并且

客户端保持连接,它的速度很快...

它只是第一次,但让我恼火的是,它接缝是每个客户连接的时间......


女巫意味着,响应时间为我的服务器看起来很慢,

实际上它可能不是......


我在考虑是否有可能显示 ;加载..."文本

而JIT正在编译代码?

以便用户知道实际发生的事情和

服务器是可用的并联系了吗?


你的:Kristoffer


" Cowboy(Gregory A. Beamer)" <否************ @ comcast.netNoSpamM> skrev i

meddelandet新闻:%2 *************** @ TK2MSFTNGP12.phx.gbl ...
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)" <No************@comcast.netNoSpamM> skrev i
meddelandet news:%2***************@TK2MSFTNGP12.phx.gbl...
JIT汇编IL为第一击。不确定它是否每隔
时间发生一次,除非它可能与ASP和ASP.NET会话是
这两个不同生物的事实有关。

-
Gregory A. Beamer
MVP; MCP:+ I,SE,SD,DBA

******************************** ****************** ********************
在盒子外面思考! ************************************************* * ********************
Kristoffer Arfvidson < KR ******** @ spamtrap.com>在消息中写道
新闻:uE ************** @ tk2msftngp13.phx.gbl ...
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" <kr********@spamtrap.com> wrote in message
news:uE**************@tk2msftngp13.phx.gbl...
在我的服务器中,我注意到它开始前约2秒处理aspx文件...

因为我首先关闭了一个标准的asp页面,所以女巫包含
框架集和标题等等......
这个很快出现,然后我的IE说准备......
等待大约2秒钟,然后,它开始加载aspx文件...

如何在处理aspx文件之前是否存在延迟?
未缓存的asp文件(我试图删除所有缓存)

我的服务器提供程序使用win 2000来处理ASP.NET页面...

你的:Kristoffer
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




这篇关于延迟处理aspx页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆