I have a web application that has a long (resource-intensive) process in the code behind, and the final output is a pdf file (a tool to convert images to pdf)
It works fine ... and since I'm on a dedicated server, this is no longer a problem with resources right now.
However, I am interested in the fact that the system will reach its resource limits if more than 20 users are processed simultaneously.
I saw services on the Internet where the user enters their email, and the processes, I suppose, are queued in the background and the results sent by email using the 1st through 1st method.
Can someone please let me know how to implement this logic in asp.net applications using C #?
pessi source
share