Ok, so I get lots of traffic from around the world to a php file that is hosted on my server. this file runs several checks against the visitor, runs several SQL queries, and decide upon the user status what to do.
I'm getting like hundreds of hits per second.
So, my question is: Should I create many same files, and randomly drive the traffic to each of the files I created?
I want to avoid traffic loss and overload, but I dont know if this even matter by splitting to different files.
Thanks for all the helpers.