I’m looking at implementing IHttpAsyncHandler in an application and am not sure if it’s useful in my scenario. Which metrics specifically indicate when this is worth the extra trouble?
I’m looking at implementing IHttpAsyncHandler in an application and am not sure if it’s
Share
This article seems to offer some insight: http://vladsnotes.hrybok.com/PermaLink,guid,7885abfa-f502-429f-8016-309e233e4554.aspx
It seems there are few circumstances where IHttpAsyncHandlers could be “worth the trouble”.