Prevent IIS from killing a Task before it ends

前端 未结 4 1006
礼貌的吻别
礼貌的吻别 2020-12-31 15:28

I\'m building a Logging library that stores everything on an Azure table. Writing to that table obviously takes a lot of time (never more than 1 sec, but it\'s still too muc

4条回答
  •  無奈伤痛
    2020-12-31 16:17

    This post from Phil Hack talks about running background tasks in an ASP.NET application.

提交回复
热议问题