TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 2, 2012 14:04 UTC (Thu) by alankila (guest, #47141)In reply to: TCP Fast Open: expediting web services by epa
Parent article: TCP Fast Open: expediting web services
Although to be fair, multiple GETs that all attempt to delete the same user aren't a problem here. So maybe the latter request crashes if website developer wasn't careful enough, but the delete itself was idempotent.
I guess cautious people can't turn TFO on unless they validate the software they runs, but now there is going to be a good reason why you want to ensure that software is idempotent-GET safe. I imagine that the vast majority of software is, actually.
