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
Post a Comment