Background Threads (Async) in Classic ASP
* Chilkat recommends avoiding the use of Async methods in Classic ASP. In summary, the Chilkat Async methods run in a background thread (within Chilkat) and you don’t want the background thread to be running after the processing of the ASP page is completed. In Classic ASP, creating and managing background threads is not natively supported because Classic ASP is […]