Hi everyone,
Now I have a problem about CFRunLoopRun function which is located in http://developer.apple.com/DOCUMENTATION/CoreFoundation/Reference/CFRunLoopRef/Reference/reference.html I have created two thread, and in each thread I call CFRunLoopRun function to download file from FTP server. As the saying goes, there should be two files that can be downloaded from FTP server at the same time, but in fact, these two files were downloaded in the order. My question is: Why the two files can not download with CFRunLoopRun function in each thread. Can the CFRunLoopRun function implement in two PROCESS, but not in two THREAD. Sorry for my pure English. Regards. Chris Wu _________________________________________________________________ Show them the way! Add maps and directions to your party invites. http://www.microsoft.com/windows/windowslive/products/events.aspx _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com