問題描述
Jeff 之前曾在博客中介紹過使用緩存 來執行帶外"在他的網站上進行處理,但是我想知道人們使用哪些其他技術來處理這些類型的任務?
Jeff has previously blogged about using the cache to perform "out of band" processing on his websites, however I was wondering what other techniques people are using to process these sorts of tasks?
推薦答案
幾年前,我看到 Rob Howard 描述了一種使用 HttpModule 在后臺處理任務的方法.它看起來不像使用緩存那么流暢,但在某些情況下可能會更好.
Years ago, I saw Rob Howard describe a way to use an HttpModule to process tasks in the background. It doesn't seem as slick as using the Cache, but it might be better for certain circumstances.
這篇博文strong> 有詳細信息,如果您環顧四周,還有許多其他信息可以捕獲相同的信息.
This blog post has the details, and there are many others that capture the same information if you look around.
這篇關于“帶外"asp.net 應用程序的處理技術的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!