Whoops - replied to the wrong person - Supposed to be towards Michael. Apologies, Cliff
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Cliff Black Sent: Wednesday, 28 October 2009 4:45 p.m. To: [email protected] Subject: [phpug] Re: [Slightly-OT] Amnesty International harnesses the web for human rights - MEDIA RELEASE Zend Accelerator part of the Zend Platform suite - and wasn't available separately. Zend Optimizer+ is the newest incarnation, which is part of Zend Server (both free and commercial). ~ C -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James McGlinn Sent: Wednesday, 28 October 2009 4:34 p.m. To: [email protected] Subject: [phpug] Re: [Slightly-OT] Amnesty International harnesses the web for human rights - MEDIA RELEASE Hi Cliff, > A PHP Cache/Accelerator compiles and stores the PHP source for later > retrieval. > Having pre-compiled PHP eliminates the JIT compilation - therefore > speeding up page display. > Pre-compiled PHP still allows dynamic variables etc, so you can > still view dynamic pages, just after. > Such accelerators are: Zend Optimiser, eAccelerator, MemCache etc Memcache isn't a PHP bytecode cache, but it is excellent for distributed in-memory caching of partial or complete HTML pages, SQL result sets, objects, session info, etc. APC seems to be becoming something of a standard for bytecode caching - and it will likely be bundled with PHP6. Kind regards, James McGlinn __________________________________ CTO Eventfinder Limited Suite 106, Heards Building 2 Ruskin Street, Parnell, Auckland 1052 Phone: +649 365 2342 Mobile: +6421 633 234 [email protected] | www.eventfinder.co.nz --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
