Re: [PHP-LANG] General Speed and Server Caching
[email protected] (Peter Bowen) 01 Mar 2003 22:55:29 -0500
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2003-03-01 at 22:33, Joshua Groboski wrote: > I am advocating a move to PHP for our corporate website as well as our > intranet. My boss, has raised an issue to which I've found no useful > response. His question was, can PHP scripts be cached in the server similar > to the way JSPs or ISAPI dlls are handled. For instance, I have a library > of functions I have already written. His argument is that the library must > be re-interpretted each time the script is hit. Is there any way to avoid > that? This list isn't the right place to ask this. Try [email protected] instead. However, I would suggest that you look at one of the PHP Accelerator (www.phpa.co.uk), Zend Performance Suite (www.zend.com), Afterburner Cache (http://afterburner.bware.it), or Alternative PHP Cache http://apc.communityconnect.com). Thanks. Peter