Making use of C++ to speed up PHP

前端 未结 7 754
故里飘歌
故里飘歌 2020-12-30 06:16

I saw this post on Sitepoint quoting a statement by Rasmus Lerdorf which goes (according to Sitepoint) as follows:

How can you make PHP fast? Well, yo

7条回答
  •  说谎
    说谎 (楼主)
    2020-12-30 07:02

    The bottleneck is usually I/O or database queries rather than what language you're using.

提交回复
热议问题