Well, can you tell me the best way to save data in real time? For example, I have a news portal and I need to save each access I receive and display in a private panel, but in case my site has 30,000 simultaneous people running a script that saves the visits. I currently use mysql and php being requested by a script in ajax.
Thank you.