Is the efficiency of apache significantly different on different platforms? The same set of web code. Install php, mysql, and apache in Windows and ubuntu respectively. Then run. It is found that there is no difference in mysql running speed. But with ajax and php values: in Windows, the average time is more than one second. In ubuntu, the average time is about 20 milliseconds. Is this normal? Is the efficiency of apache significantly different on different platforms?
The same set of web code. Install php, mysql, and apache in Windows and ubuntu respectively. Then run.
It is found that there is no difference in mysql running speed. But with ajax and php values:
In Windows, the average time is more than one second.
In ubuntu, the average time is about 20 milliseconds.
Is this normal?
------ Solution --------------------
Normal! Me too
------ Solution --------------------
It is not normal. The difference is not that big. You may want to explain how you tested it and the Test environment.