POST every 5 sec. What HTTP timeout to choose ? -


so, have situation. working on mobile-web live tracking system. clients send gps coordinates every 5 seconds , process data on server , update ui every 5 seconds.

all until now.

the problem if http response start take long. on server side try fast possible executing on separate thread after initial parameter validation.

i don't want have bunch of http request waiting around , others being initiated.

what http timeout should have if have 5 seconds post going out ?

should try low 4 seconds ? push limits taking in consideration internet speed , other aspects ?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -