I i.yalovecky macrumors member Original poster Feb 24, 2010 67 0 Mar 17, 2010 #1 So, i want to write program that downloads files from inet with many threads. Thanks.
A Alkiera macrumors regular Mar 11, 2008 109 0 Mar 17, 2010 #2 i.yalovecky said: So, i want to write program that downloads files from inet with many threads. Thanks. Click to expand... What is the goal of using many threads? To be connected to many servers, or the same server many times? Is this an attempt to improve download speed?
i.yalovecky said: So, i want to write program that downloads files from inet with many threads. Thanks. Click to expand... What is the goal of using many threads? To be connected to many servers, or the same server many times? Is this an attempt to improve download speed?
gnasher729 Suspended Nov 25, 2005 17,980 5,566 Mar 17, 2010 #3 i.yalovecky said: So, i want to write program that downloads files from inet with many threads. Thanks. Click to expand... Step 1: Go to developer.apple.com and read their fine documentation. Step 2: Create an XCode project and add code until you have a working program.
i.yalovecky said: So, i want to write program that downloads files from inet with many threads. Thanks. Click to expand... Step 1: Go to developer.apple.com and read their fine documentation. Step 2: Create an XCode project and add code until you have a working program.