Hai, i am reading a single json file size (2000k appox) using php in readonly mode. suppose if concurrency users are increased , if there is any chance to corrupt the file ?
If all you're doing is reading it, then no. But that sounds a bit large for a JSON file.
Thanks weed, I try to reduce json file size.