Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 01:04:59 +0000



Post From: ACSIL QUESTION wait x amount of time until next line is executed?

[2015-06-01 02:10:33]
enemyspy - Posts: 304
Hi, I now almost have a stable method for both sending and requesting data to and from server. The only issue now is that when an HTTP request is made the response is generated before the server is able to return the complete string queried to the php page. It needs to send multiple requests before successfully getting the full string.

I want to try and see what happens if the program is forced to wait a couple seconds directly after it executes the http request before proceeding to the next line, if that would have any effect on getting a complete response on the first try?

is there even a way to pause the routine?

even if this was done would it have any effect?