Is there a way to execute a PHP script every 40 milliseconds? I don’t know if cronjob is suitable, because 25 CPUs are required a lot.
Well, if php is not the right language, which language should I use?
I am making an online game, but I need to process something that happens in the game, move characters, calculate the paths of shells, etc.
user216441
source
share