[phpa] Re: Apache Error log messages
- From: "Nick Lindridge" <nick@xxxxxxxxxxxxxxxxxxxxx>
- To: phpa@xxxxxxxxxxxxx
- Date: Thu, 4 Apr 2002 09:24:12 +0100 (BST)
>
> Thank you for your sharing your view.
>
> So if I get it correctly, if using PHP 4.1.2 I do not see any segfault
> in Apache logs, I should not see any with PHPA.
> Right?
Hopefully :-)
There may be a possibility, however, that bugs in PHP could cause
corruption of the shared memory cache that would ultimately lead to
failure. This might not be a problem that would show up otherwise because
PHP frees its memory and recreates compiled code each time. This is
precisely what phpa doesn't do, hence the acceleration. So if memory was
being corrupted because of a php bug, the mangled memory would be there to
be used in subsequent requests, and might cause them to fail, whereas for
php without phpa, the memory might be corrupted but not matter because the
memory is going to be freed anyway.
The bottom line is that you should try php/phpa and see what happens. If
there are problems then they'd probably make themselves evident within a
day or so. If, as is generally the case, there are no problems, then great.
If there are issues then just let me know.
nick
------------------------------------------------------------------------
www.php-accelerator.co.uk Home of the free PHP Accelerator
To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
- References:
- [phpa] Re: Apache Error log messages
- From: Gilles GROS
Other related posts:
- » [phpa] Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- » [phpa] Re: Apache Error log messages
- [phpa] Re: Apache Error log messages
- From: Gilles GROS