Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout for WPS requests #205

Open
matthesrieke opened this issue Jul 11, 2014 · 0 comments
Open

Timeout for WPS requests #205

matthesrieke opened this issue Jul 11, 2014 · 0 comments

Comments

@matthesrieke
Copy link
Member

There are two request types against WPS instances. These are the only locations where an external web service is called. These might not be under fully control all the time and might be offline or slow.

Implement timeout for these requests. Possible add a caching mechanism to preserve previous responses.

$response = get_request(get_wps_tracks(), false);

$response = get_request(get_wps_fuel_price().rawurlencode($_GET['fuelType']));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant