Difference between revisions of "Thread:Talk:RoboRumble/Use POST instead of GET for uploading rankings/reply (2)"

From Robowiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 17:20, 31 March 2012

I remember POST already being used for uploads the last time I checked the client code. And the main difference between GET and POST is not raw performance, but how proxy servers deal with them. GET is usually cached while POST isn´t.

To increase upload speed, batch uploads (everything in a single request) and batch inserts in the database (everything in a single commit) would do a better job.