What is the impact of IsReusable property in HTTPHandler?

IsReusable property can be set to true or false.
If set to true then IHttpHandlerFactory object ( object which calls handler ) can place handler in pool and reuse it for better performance. If set to false , new instance must be created each time handler is needed.

No comments:

Popular Posts