当前位置: 首页 > 图文教程 > 网络编程 > ASP > 如何使ASP程序暂停指定的时间后再继续执行

ASP
ASP设计常见问题及解答精要-1
ASP设计常见问题及解答精要-2
ASP设计常见问题及解答精要-3
ASP设计常见问题及解答精要-4
asp学习入门经验谈
如何才能成为一名真正的Web程序员
手把手教你在ASP中使用SQL语句
ASP与数据库应用(给初学者)
亲密接触ASP.Net(1)
亲密接触ASP.Net(2)
亲密接触ASP.Net(3)
亲密接触ASP.Net(4)
亲密接触ASP.Net(5)
.Net边学边讲(一)
.Net边学边讲(二)
.Net边学边讲(三)
NET移植案例学习:建造Web站点(1)
NET移植案例学习:建造Web站点(2)
ASP 3.0高级编程(四十)
深入研究Application和Session对象(1)

如何使ASP程序暂停指定的时间后再继续执行


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 102 ::
收藏到网摘: n/a

  可以用waitfor组件. 下面是国外的一名ASP作者的语句:

Developer's often need to have their apps wait a specified number of
seconds, detect if a file exists within a particular timeout or wait
for exclusive file access within a specified timeout. This component
is designed to allow developers to do that from ASP.

To install

a) Move the component into the subdirectory you want to store it in
b) Type regsvr32 waitfor.dll
c) Run markwait.exe to mark the registry
d) Move the example script into a directory off your Web server
e) Modify the example for your own use

Unfortunately I cannot provide free support for this free component.

Best wishes,

Stephen