The timeout is for heartbeats, if 10 seconds passes without a socket being established or any bytes transmitted. knirirrs program wouldn't hang because the timeout is too short, it would end. Either the website is throttling his download, or he is hitting some kind of memory limit with his program.
| [reply] |
I know that the server is OK as I can run a similar script (which uses libcurl instead) from Linux machines. Is there any usable means of determining if it's a memory problem?
I tried running the script with the -d option which did not reveal anything as it simply locked up at the same point without revealing why.
| [reply] |
Is there any usable means of determining if it's a memory problem?
Um, task manager, process explorer, event log...
I tried running the script with the -d option which did not reveal anything as it simply locked up at the same point without revealing why.
What point is that?
| [reply] |