G genue Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-09 #1 我现有一个ISAPI dll,它要处理系统提交的数据,需要一定时间才能完成,有无办法检测 到ie是否已关闭,如果关闭我就可以立即结束不再处理数据。
X xmodem Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-10 #2 应该没有,调用isapi是一个输入输出的重定向,假设由一个参数用来标记客户端的连接 状态,参数已经输出到你的isapi里了,iis如何再改变已经传出的参数呢。 所以我觉得没有办法。
J jsxjd Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-10 #3 好象没有好办法。只能通过设置 TSession的超时。
G genue Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-10 #4 TSession ? 哪里有TSession呀?如何使用? ASP中的VBS中的TSession的倒底是如何工作的?[别笑话我,虽然我在用,但不知原理 ]
G genue Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-13 #6 它好象只是用于数据库呀。下面是delphi帮助中的简短说明: Description Use TSession to manage a group of database connections within an application. There are three uses for TSession: standard, multiple net files for Paradox, and multi-threaded database applications. 大意为:在一个应用程序中使用 TSession 管理一组数据库联结。TSession有三种用法:标准、Paradox数据库的复合网络文件形式和多线程数据库应用。
它好象只是用于数据库呀。下面是delphi帮助中的简短说明: Description Use TSession to manage a group of database connections within an application. There are three uses for TSession: standard, multiple net files for Paradox, and multi-threaded database applications. 大意为:在一个应用程序中使用 TSession 管理一组数据库联结。TSession有三种用法:标准、Paradox数据库的复合网络文件形式和多线程数据库应用。