-The problem when i trying to download data and loop about 300 times, but it can start 9 times and “E_MAX_EXCEEDED”. How to refresh thread and continues to download.
-And how to start multi thread, i tried multi threads but after completing downloading the threads didn’t stop.
[Tizen-Downloader] – Cannot construct HttpSession: E_MAX_EXCEEDED
for(int j = 0; j < 300; j++) { AppLog("thread MainForm::-------------------------------------------------%d",j); pRequestThread->DownloadFeed(feedUrl, isStringNameFile[j]); pRequestThread->Start(); pRequestThread->Join(); }FeedRequestThread.h
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio