主页 > 知识库 > 如何处理超时事件?

如何处理超时事件?

热门标签:自适应地图标注 推销电话机器人怎么打电话的 语音电销机器人视频 常州智能外呼电销机器人如何 教育机构地图标注 重庆400电话哪里办理 辽宁营销智能外呼系统价格多少 武汉如何办理400电话 400电话是怎么申请

如何处理超时事件?


1
IIS为一个死循的执行过程设定执行时间(缺省为90秒)超时事件:
%response.buffer=true%>
body>html>
%
DO
  counter=counter+1
  response.write counter "br>"
  response.flush
LOOP
%>
/body>/html>

2、自定义时间。用程序设定超时事件的时间段:
%
response.buffer=true
server.scripttimeout=20
%>
body>html>
%
DO
  counter=counter+1
  response.write counter "br>"
  response.flush
LOOP
%>
/body>/html>

 

3、干涉超时时间段。捕获超时:
%@ trANSACTION=Required%>
%
response.buffer=true
server.scripttimeout=20
%>
html>body>
/body>
%
DO
  counter=counter+1
  response.write counter "br>"
LOOP
response.flush
response.write "
脚本运行完啦!"
%>
/html>
%
Sub OnTransactionAbort()
      response.clear
    Response.Write "
,脚本运行超时了!"
end sub
%>

    4
、绕过超时事件:
%@ trANSACTION=Required%>
%
response.buffer=true
server.scripttimeout=40
%>
html>body>
/body>
%
DO  UNTIL counter=400
  counter=counter+1
  response.write counter "br>"
LOOP
response.flush
response.write "
脚本运行完啦!"
%>
/html>
%
Sub OnTransactionAbort()
      response.clear
    Response.Write "
,脚本运行超时了!"
end sub
%>

 

标签:柳州 中山 鸡西 朔州 遵义 邯郸 威海 襄阳

巨人网络通讯声明:本文标题《如何处理超时事件?》,本文关键词  如何,处理,超时,事件,如何,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《如何处理超时事件?》相关的同类信息!
  • 本页收集关于如何处理超时事件?的相关信息资讯供网民参考!
  • 推荐文章