first of all, apologise for my english
problem:
I have to download 87 files from an internet server,
do this by calling this function:
HttpUtils.CallbackUrlDoneSub = "ImageUrlDone"
HttpUtils.DownloadList ("Images", links)
the log says
*** Service (starter) Create ***
** Service (starter) Start **
and after exactly 40 calls of ProcessNextTask (HtppUtilService) says
** Service (httputilsservice) Destroy **
is there any maximum limit of tasks that are passed to DownLoadList (HttpUtils)?
I hope you understood what I'm asking for ..
problem:
I have to download 87 files from an internet server,
do this by calling this function:
HttpUtils.CallbackUrlDoneSub = "ImageUrlDone"
HttpUtils.DownloadList ("Images", links)
the log says
*** Service (starter) Create ***
** Service (starter) Start **
and after exactly 40 calls of ProcessNextTask (HtppUtilService) says
** Service (httputilsservice) Destroy **
is there any maximum limit of tasks that are passed to DownLoadList (HttpUtils)?
I hope you understood what I'm asking for ..