[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 share

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 Acceler

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

2001-08-20 Thread PHP Accelerator
iel Adams <[EMAIL PROTECTED]> >To: PHP 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 Tu

[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
hopefully yield further 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

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

2001-08-21 Thread PHP Accelerator
;would like to start' 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, 2

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

2001-08-21 Thread PHP Accelerator
end_op->C->nativecode.so optimiser that produces .so files of your scripts when 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

[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 approximatel

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 PROTECT