[phpa] Re: Accelerator or Caching?

Hi

I have found PHPA to make a huge difference, increasing speed and decreasing
CPU usage.

Comparing PHP Accelerator (1.1p1_4.0.6) and APC Cache (1.1.0pl1) using
Apache Bench running 1000 requests on a concurrency of 10 against a typical
script for the site I am working on (which includes SQL queries) showed APC
at 11.49req/sec and PHPA at 19.58r/sec. I also monitored the load average on
my server and it was 11.17 with APC and only 6.66 with PHPA.

I suspect scripts with no SQL queries would be accelerated even more than
this.

Regards

Anthony



------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: