G
Guest
Hello All,
I am developing a file uploading sever. I am planning to create this as a
multithreaded application in which every file upload request will be done
through a separate thread from the thread pool. While going through some
articles on the internet, I came to know that it is a bad practice to
allocate thread from thread pool for long running application.
I would like to know what other alternatives are available in the threading
context, so that I can delegate the task of uploading files to different
threads for files which are very large in size.
Thanks
pradeep_tp
I am developing a file uploading sever. I am planning to create this as a
multithreaded application in which every file upload request will be done
through a separate thread from the thread pool. While going through some
articles on the internet, I came to know that it is a bad practice to
allocate thread from thread pool for long running application.
I would like to know what other alternatives are available in the threading
context, so that I can delegate the task of uploading files to different
threads for files which are very large in size.
Thanks
pradeep_tp