Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Yes, PHP is an interpreted language (but…PHP Accelerator?

0
Posted

Yes, PHP is an interpreted language (but…PHP Accelerator?

0

http://shootout.alioth.debian.org/, and have you seen the benchmarks for Pharrot?). Adding more tiers into your application is a recipe for disaster since it reduces scalability by creating bottlenecks/crossovers and has a big impact on transparency. I’ll admit that for a very few applications, then server hardware is more expensive than developer time – like if you’re turning around more than 500000 hits/hour, then it may work out cheaper to develop in ‘C’ with half the servers than PHP, but this is far from the sort of volume I’ve seen on an enterprise application. There’s a lot been written elsewhere on PHP and scalability which I won’t repeat here. There are issues with using PHP for this kind of application. Firstly managment of privilege – but that applies (AFAIK) to any web-based system. There’s also the problem of namespace collisions in large apps. Since I regularly develop embedded applications with PHP using HTTP as the communications substrate for transactions spanning 6 or

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123