ServerXmlHttpRequest hanging sometimes when doing a POST
问题 I have a job that periodically does some work involving ServerXmlHttpRquest to perform an HTTP POST . The job runs every 60 seconds. And normally it runs without issue. But there's about a 1 in 50,000 chance (every two or three months) that it will hang: IXMLHttpRequest http = new ServerXmlHttpRequest(); http.open("POST", deleteUrl, false, "", ""); http.send(stuffToDelete); <---hang When it hangs, not even the Task Scheduler (with the option enabled to kill the job if it takes longer than 3