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] -~----------~----~----~----~------~----~------~--~---
