Hello,
I am trying to write a simple webcounter script.
My question is; What happens when two different web browsers call the same script that will write to the same file? Will the second stall until the first has completed, or will the second fail when the request fails?
Thanks for any help,
R