On Thu, January 19, 2006 12:56 am, Albert wrote:
> Jochem Maas wrote:
>> take note that APC does 2 things:
>>
>> 1. op code caching
>> 2. manage some shared memory (a central place where you can stick
>> stuff
>> that needs to be read again and again and again; but doesn't need
>> updating
>> very
Jochem Maas wrote:
> take note that APC does 2 things:
>
> 1. op code caching
> 2. manage some shared memory (a central place where you can stick stuff
> that needs to be read again and again and again; but doesn't need updating
> very often)
"pear install apc" failed without reason. I ended up do
Did u tried memcached? http://www.danga.com/memcached/
Albert wrote:
I wrote:
I am running SuSE 9.2 (Kernel 2.6.8-24-default) with Apache 2.0.50 and PHP
4.3.8 (as an Apache module) on a Celeron 900 with 304MB RAM. This machine
is used for testing. We have made some changes to our PHP appl
On Wed, January 18, 2006 9:37 am, Albert wrote:
> For this I wanted to use mmCache (actually I want to use Zend
> Performance
> Suite but first I need to prove that it is worth $ 1000 per CPU and
> from the
> stats on the mmCache site mmCache is faster...) but it seems that the
> mmCache project ha
http://eaccelerator.net/HomeUk
Actually, is the former mmCache with a new team of developers and some
impovements.
The last known version of mmCache I've played with one week ago core dumped the
httpd on ./apachectl stop.
The last stable version of eAccelerator (0.9.3, I think) works like a cha
on your *nix cmdline type this:
pear install apc
(if you don't have pear installed then you should fix that first ;-)
now read here about how to use it:
http://php.net/apc
I love it even though it crashes when caching the opcodes of certain
class files (php5 files that make use
I wrote:
> I am running SuSE 9.2 (Kernel 2.6.8-24-default) with Apache 2.0.50 and PHP
> 4.3.8 (as an Apache module) on a Celeron 900 with 304MB RAM. This machine
> is used for testing. We have made some changes to our PHP application and
> now the machine is having trouble serving the pages. Apac
Squid any good to you? You can configure it to cache based on page name,
GET and POST params (personally don't like to use POST params for static
or semi static content, but that's a personal preference, not a hard and
fast rule), farside domains
You set it up above your php servers so it do
Hi there,
I am trying to find a open source PHP Cache extension. After trying out ionCube
PHP Accelerator (http://www.php-accelerator.co.uk) I had to remove it from the
system since it brought down the server every few weeks due to some memory leak.
There is also APC, but the latest build is ove
Hello Roger,
If you find a solution, I would also be interested to to see it. I
have tried almost everything to get Mac IE to not use the cache. It
just doesn't seem to accept anything.
On 18 Feb 2004, at 18:58, Roger Spears wrote:
Hello List,
I am using the following in a PHP script:
head
Hello List,
I am using the following in a PHP script:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("P
. Most of other developers will
probably agree with me.
Maxim Maletsky
www.PHPBeginner.com
-Original Message-
From: mydata [mailto:[EMAIL PROTECTED]]
Sent: giovedì 27 settembre 2001 9.04
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Does PHP + PHP CACHE can vs JSP ?
I just want to know which
effective, which is
> > Open Source, which is Better...
> >
> > -Jason Garber
> > deltacron.com
> >
> > At 02:48 PM 9/27/2001 +0800, mydata wrote:
> > >Hi,
> > >I heard about JSP a lot recently though I doing PHP programing now.
> > >somebody said js
eard about JSP a lot recently though I doing PHP programing now.
> >somebody said jsp is most fastest in (asp , php , jsp).
> >I want to know if it is true . And if I use PHP + php cache , can I speed
up
> >PHP as same as JSP as they said.
> >
> >I just want to know wh
/2001 +0800, mydata wrote:
>Hi,
>I heard about JSP a lot recently though I doing PHP programing now.
>somebody said jsp is most fastest in (asp , php , jsp).
>I want to know if it is true . And if I use PHP + php cache , can I speed up
>PHP as same as JSP as they said.
>
>I ju
Hi,
I heard about JSP a lot recently though I doing PHP programing now.
somebody said jsp is most fastest in (asp , php , jsp).
I want to know if it is true . And if I use PHP + php cache , can I speed up
PHP as same as JSP as they said.
I just want to know which is the best solution ,(php + php
16 matches
Mail list logo