K
Kikoz
Hi all.
I assume that if the user uploads a file from aspx page IIS will put all
future requests to the same page from other users in a line and all of them
will be waiting until this upload finishes. Meaning appl uses just one
thread for all requests. Right?
Is it safe or possible to get uploading request and execute it in a separate
thread safely saving the file in correct location on the server? Or anything
else? Articles, samples? I got a damn big traffic over here.
Thanks much for any help!
Kikoz
I assume that if the user uploads a file from aspx page IIS will put all
future requests to the same page from other users in a line and all of them
will be waiting until this upload finishes. Meaning appl uses just one
thread for all requests. Right?
Is it safe or possible to get uploading request and execute it in a separate
thread safely saving the file in correct location on the server? Or anything
else? Articles, samples? I got a damn big traffic over here.
Thanks much for any help!
Kikoz