[PHP] PHP Accelerator cache update

2001-09-05 Thread PHP Accelerator
A new version of the free PHP Accelerator for Linux is now available at www.php-accelerator.co.uk This release offers a substantial performance improvement over the first 'proof of concept' version, and initial performance tests show that the Accelerator now delivers approximately the same

Re: [PHP] PHP Accelerator cache update

2001-09-05 Thread PHP Accelerator
Thanks Alex, I just realised too that there's a DNS problem. I'm running a DNS server so should probably bring the primary closer to home. You should be able to navigate ok using the IP http://212.67.208.211/ though. Cheers Nick From: Alex Shi [EMAIL PROTECTED] To: PHP Accelerator [EMAIL

[PHP] Re:

2001-08-21 Thread PHP Accelerator
Yes, and it works fine. It basically replaces the parser/compiler with a cache lookup when it determines that it can, and so the real scope for error is if it doesn't correctly restore the original post compilation/pre execution state from when the compiler was run. But at the moment it seems

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
performance gains. From: Maxim Maletsky [EMAIL PROTECTED] To: 'PHP Accelerator' [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: [PHP] Free PHP runtime Accelerator for Linux available Date: Tue, 21 Aug 2001 13:49:42 +0900 Great work, Nick. keep it this way! Maxim Maletsky

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
' project. Cheers Nick From: Maxim Maletsky [EMAIL PROTECTED] To: 'PHP Accelerator' [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: [PHP] Free PHP runtime Accelerator for Linux available Date: Tue, 21 Aug 2001 18:45:13 +0900 Thanks, Nick. Well, I am running FreeBSD machine

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
there's nothing else better to be getting on with :-) Nick From: Michael Kimsal [EMAIL PROTECTED] To: PHP Accelerator [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Free PHP runtime Accelerator for Linux available Date: Tue, 21 Aug 2001 09:27:53 -0400 Hello Nick, First off, thanks

[PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
All, After a frantic week of development and digging into the bowels of the PHP scripting engine, I've produced an initial version of a run time accelerator. This works for Linux only, and the current version was built with RedHat 7.0.1, PHP 4.0.6, and Apache 1.3.12 and 1.3.20. This is a

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
Hi. Yes, it caches the result of compiling scripts and loads the compiled code on subsequent runs, thus bypassing the parsing of source code entirely - unless the source code has changed and the compiled code is stale. Nick From: Daniel Adams [EMAIL PROTECTED] To: PHP Accelerator [EMAIL

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
Accelerator [EMAIL PROTECTED] Subject: Re: [PHP] Free PHP runtime Accelerator for Linux available Date: Mon, 20 Aug 2001 22:34:12 -0400 (EDT) Cool. :-) the zend optimizer is not open-source, right? - Dan On Tue, 21 Aug 2001, PHP Accelerator wrote: Hi. Yes, it caches the result of compiling