Hello,
I have the following situation.
I am communicating via SSL and HTTP with a remote server.
I authenticate and am logged in.
I then start a loop where I submitted requests to the server with an ID for
the specific information I need to retrieve and then append to a file at my domain
on the webhosting server at the company hosting my website.
Everything seems to run perfectly except for the fact that when
the file size gets to 15875137 bytes my browser suddenly just stops processing
the remainder of the requests that need to be sent.
I have tried altering the Max_Execution_Time and have put in the php function
to alter that as well and set the value to 0 so that there is no time limit supposedly.
I don't know if this issue is in my browser of is being limited by the server I am requesting information from. I get no error message back in the submitted request
so it seems it may be the browser? This is difficult. If I got a message back from the last request as if it failed that would help me. But the green progress just completes suddenly and the loop I am in never terminates but the script is not
running any further it appears.
I don't think it is the server I am sending the requests to just refusing or terminating the connection but I don't know. I don't have any experience here
and am just trying to make this work using Php5.
Any help, knowledge of issues like this is greatly appreciated.
The overall time the script runs is about 5 minutes or so with a high speed connection before it ceases.
Thanks,
Kim
kimhovorka@yahoo.com