I save data which come from a form to a file. There is a row number in file. If two or more users submit the form at same time, we expect the row numbers are same. Because before the saving, I read the highest row number for decide new record row number.
How can I prevent that?
sys_getloadavg
is solution?
Thanks.