For example: The server is executing a cURL code which needs to contact an outside website. The website takes 1 minute to respond. When the cURL finishes it saves that website into a variable server side. But the user is impatient and clicks the refresh page before the 1 minute is up. After 1 minute will that variable be empty or will it contain the received info?
More Specifically, does the server continue to execute the code until it completes/errors or do user requests like 'refresh' interupt the function's execution?
All of my questions are basically the same. I'm just asking them in such a way that the reader (you) can get as much perspective on the question as possible.
Thank you in advance!
2006-10-22
05:20:21
·
2 answers
·
asked by
Valcar_
1
in
Computers & Internet
➔ Programming & Design