Can we create threads in classic ASP?

一曲冷凌霜 提交于 2019-12-02 08:14:07

问题


My simple question is Can we create threads in classic ASP? If yes then HOW ?

Please Help.


回答1:


There are not native methods in VBScript that allow you to spawn new threads. On the other hand you could call COM components written in some other language such as C++ which are multithreaded.



来源:https://stackoverflow.com/questions/4538065/can-we-create-threads-in-classic-asp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!