Hi,
I have a script with multi_curl, that runs other curl subscripts in parallel. I have had the scripts hosted on a webhotel and it works perfectly there. But I wanted to try it on a SME 8, to see if I could host it myself. The problem is that it doesn't.
The whole systems gets a timeout if just one of the subscripts has a timeout. On my webhotel this is no problem - if one subscript has a timeout all the others are executed normally.
Does anyone have an idea how to fix this? Can the curl library be configured somehow?
/Carl