Throttling Aspose.Word on IIS

Is there anything built into Aspose.Words to throttle / limit the number of instances that are running concurrently on an IIS server or is it down to the application to implement a custom thread pool (e.g. DevelopMentor) when multiple users attemt to run a mail merge at the same time?

Any suggestions for best practice in this area would be appreciated.

Jon

Aspose.Words does not control ASP.NET or IIS configuration issues. It is up to application programmer or server admin to decide on that.