Dear all,
Actually I don't know whether my question is related to this thread.
I want to create a web application using ASP.NET MVC 2.
For simplicity, let my scenario be as follows:
A visitor is allowed to submit a text file and get a pdf output from the server.
There is an Adobe-Acrobat-like application, that can convert text to pdf, running on my server.
My question is how to execute the converter such that each visitor submitting files cannot interfere with others?
Should I make an instance of the converter for each visitor?
Thank you in advance.
regards, yoyo