asp.net - How to load a unmanaged dll into a seperate process for each request -


in our asp.net application, load unmanaged dll (written in delphi) using tag dllimport. dll generates pdf file using different parameters.

the problem if 2 users try generate pdf @ same time, different errors since progress can take seconds.

is there way load dll in separate process each user request? or have handle in dll?


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -