Theory Of A Weird Thought - Forms Submission
Posted
by
user2738336
on Programmers
See other posts from Programmers
or by user2738336
Published on 2013-10-28T19:15:06Z
Indexed on
2013/10/28
22:10 UTC
Read the original article
Hit count: 329
In theory, if you were to open two computers that were perfectly synced together on a website that has a form. This form has fields where say for example the username has to be unique. Assuming both computers have the same information on the form, and in theory let's say that the submit button was pressed at the same time, and that these two computers have the exact same build and internet speed and the same response time from the server, whose information would be submitted to the database and whose information would be denied knowing the username field is unique.
© Programmers or respective owner