Will PHP script running on top of Apache be faster than C# stand alloun programm doing same thing (s
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-06-18T14:38:16Z
        Indexed on 
            2010/06/18
            14:43 UTC
        
        
        Read the original article
        Hit count: 200
        
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?
© Stack Overflow or respective owner