TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 2, 2012 13:16 UTC (Thu) by epa (subscriber, #39769)In reply to: TCP Fast Open: expediting web services by colo
Parent article: TCP Fast Open: expediting web services
Long ago I worked at ArsDigita where the rule was to avoid form submit buttons as much as possible. So the user management page on a site would have 'delete user' not as a POST form submission, but simply a hyperlink. This was held to make the website look cleaner and feel faster. Then a customer using a 'web accelerator' which eagerly follows links ended up trashing their whole site. The programmer's fault, of course - GET requests should never be used for strongly state-changing operations like deleting data.
