Will PHP script running on top of Apache be faster than C# stand alloun programm doing same thing (s
- by Ole Jak
I mean PHP scripts on Apache are oriented for many users to use tham at the same time.
So will 1000 requests which came at the (relativly) same time be fully responsed faster than C# .Net programm perfoming algorithm 1000 times in while loop?
So we input same data, we perform same algorithm, which is written in a wary same way (respecting language diferencis ofcourse), outputing same data (lat us say saving it to file for tham to be relativly equal)
Who will be faster on some 1000 times of performing O(NN) algorithm, in which case (if it is possible) one will owerrun another?