murraybiscuit
Executive Member
i've done a signup on a site which sends data to a remote server via post, does a db write and displays a response.
there's very little data being sent and returned between servers.
there's not much traffic.
the script on my side is via http:80, using post (i've tried with and without curl, soap and regular http post etc etc from my side).
problem is that my script times out after 30 seconds waiting for a response.
most of the time it works, but then suddenly a batch of submissions fail.
i know the data is being submitted because i can see the remote db has been written to.
the developers on the other side have logged script execution times and assure me that their script is terminating correctly.
i could extend my timeout, but i honestly don't see anyone waiting for 40/50 seconds and upwards just to submit an ajax form.
what's the best way of diagnosing this?
i've hosted my script on two other servers, one local one in the US and am still getting the issues from those servers as well, so i can't see how it could be a problem my side.
there's very little data being sent and returned between servers.
there's not much traffic.
the script on my side is via http:80, using post (i've tried with and without curl, soap and regular http post etc etc from my side).
problem is that my script times out after 30 seconds waiting for a response.
most of the time it works, but then suddenly a batch of submissions fail.
i know the data is being submitted because i can see the remote db has been written to.
the developers on the other side have logged script execution times and assure me that their script is terminating correctly.
i could extend my timeout, but i honestly don't see anyone waiting for 40/50 seconds and upwards just to submit an ajax form.
what's the best way of diagnosing this?
i've hosted my script on two other servers, one local one in the US and am still getting the issues from those servers as well, so i can't see how it could be a problem my side.