比如有一个请求进来,处理一段程序比较慢,这样一直阻塞状态,能把那段程序异步执行吗
用多线程撒,System.Threading.Thread
Ajax?异步的!
可以使用..System.Threading.Thread.但是对application,sesseion这些需要传进来子线程才可以访问得到