S
sleepyant
Hi, I have an application that will download something from a remote server
which might take a long time while downloading. To enable my form to be
'responsive' and able to push a 'Cancel' button on the main form to
terminate the download, I decided to use thread.
After a few research, I find that there are actually different ways to do
threading. The biggest doubt is what's the difference between Thread Pooling
and create another Thread? What kind of method is most suitable for my
current application?
Please advice. Thanks.
which might take a long time while downloading. To enable my form to be
'responsive' and able to push a 'Cancel' button on the main form to
terminate the download, I decided to use thread.
After a few research, I find that there are actually different ways to do
threading. The biggest doubt is what's the difference between Thread Pooling
and create another Thread? What kind of method is most suitable for my
current application?
Please advice. Thanks.