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