Performance comparison of PHP-ASP web applications via database queries


Sönmez Y., Bayat O., Altuǧlu T. B., DURU A. D.

2015 International Conference on Engineering and MIS, ICEMIS 2015, İstanbul, Türkiye, 24 - 26 Eylül 2015, cilt.24-26-September-2015 identifier

  • Yayın Türü: Bildiri / Tam Metin Bildiri
  • Cilt numarası: 24-26-September-2015
  • Doi Numarası: 10.1145/2832987.2833054
  • Basıldığı Şehir: İstanbul
  • Basıldığı Ülke: Türkiye
  • Anahtar Kelimeler: ASP, Performance, PHP, Web application
  • Anadolu Üniversitesi Adresli: Hayır

Özet

© 2015 ACM.In the concept of the study, an empirical comparison of PHP and ASP technologies are performed. The comparison is based on the execution speed of three simple scripts. In the first phase, ASP and PHP are compared using a script that contains a for loop. Several iterations are performed starting from ten thousand to ten million and execution times are measured. Each experiment has been used for 10 times and average values of execution speed are computed. In the second phase, execution speed of PHP-MySQL and ASP-MSSQL combinations are compared. An "insert" and a "select" query using a single database table are used in a for loop. Minimum Iteration number is selected as 100 while the maximum was set to 100000 for "insert" and one million for "select" queries. It was observed that PHP-MySQL combination may have a better performance than ASP.net-MSSQL Server, in the case of both SQL queries.