Ask a Question related to PHP Development, Design and Development.
-
Becoming Digital #1
Re: [PHP] CAN I CASH the output of PHP SCRIPT?
The correct spelling is "cache." I'm not trying to be a spelling and grammar freak (though I am), simply aiding your future searches on the topic.
PEAR has a very nice output caching class. I haven't used it myself, but I've heard good things. I believe it was discussed recently on this very list, though it may have been in PHP Architect. I read too many things to keep track! :)
Edward Dudlik
Becoming Digital
[url]www.becomingdigital.com[/url]
----- Original Message -----
From: "Nabil" <nabil.attar@aws-syria.com>
To: <php-general@lists.php.net>
Sent: Tuesday, 23 September, 2003 11:11
Subject: [PHP] CAN I CASH the output of PHP SCRIPT?
Hi all;
I would like to cash all the output of PHP files on my apache .. to increase
the performance. To prevent PHP to work all the time to interpret and
connect to myself which is slow the performance and use the CPU .. as I have
very heavy loaded server.. I thought there might be a way to store all the
HTML output from my PHP pages, that will apache serve instead of calling
the PHP file every.. and should be a way to time the update ...
Any idea ??
Nabil
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Becoming Digital Guest
-
Output script
I have created a server control and overridden the sub Render to output JavaScript functions, the problem that if the client used two instances of... -
Output from the result of a .sh-script
Hi, I'm all new to this (actually to this whole "scripting thing"). I am familiar to programming in general (Turbo Pascal (those were the days... -
[PHP] Capturing script output
Joel Konkle-Parker <mailto:jjk3@msstate.edu> on Thursday, August 21, 2003 9:17 AM said: 1. Remove the buffering calls that are within the... -
Capturing script output
I've got somewhat of a methodology question here. I've got a YaBBSE message board <http://yabbse.org> that I'm trying to integrate into my site... -
Formatting Output not from PHP script
Hello, I am trying to get output formatted from a non-php script that I post to. Example: <form method=POST... -
Curt Zirzow #2
Re: [PHP] CAN I CASH the output of PHP SCRIPT?
* Thus wrote Nabil (nabil.attar@aws-syria.com):
I just installed mmcache, real simple to do too.> Hi all;
>
> I would like to cash all the output of PHP files on my apache .. to increase
> the performance. To prevent PHP to work all the time to interpret and
> connect to myself which is slow the performance and use the CPU .. as I have
> very heavy loaded server.. I thought there might be a way to store all the
> HTML output from my PHP pages, that will apache serve instead of calling
> the PHP file every.. and should be a way to time the update ...
>
> Any idea ??
[url]http://www.turcksoft.com/en/e_mmc.htm[/url]
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
Curt Zirzow Guest
-
Nabil #3
Re: [PHP] CAN I CASH the output of PHP SCRIPT?
thanks for the spell correction :))
"Becoming Digital" <subs@becomingdigital.com> wrote in message
news:001101c38192$88a48ec0$6401a8c0@becomingmaster ...
The correct spelling is "cache." I'm not trying to be a spelling and
grammar freak (though I am), simply aiding your future searches on the
topic.
PEAR has a very nice output caching class. I haven't used it myself, but
I've heard good things. I believe it was discussed recently on this very
list, though it may have been in PHP Architect. I read too many things to
keep track! :)
Edward Dudlik
Becoming Digital
[url]www.becomingdigital.com[/url]
----- Original Message -----
From: "Nabil" <nabil.attar@aws-syria.com>
To: <php-general@lists.php.net>
Sent: Tuesday, 23 September, 2003 11:11
Subject: [PHP] CAN I CASH the output of PHP SCRIPT?
Hi all;
I would like to cash all the output of PHP files on my apache .. to increase
the performance. To prevent PHP to work all the time to interpret and
connect to myself which is slow the performance and use the CPU .. as I have
very heavy loaded server.. I thought there might be a way to store all the
HTML output from my PHP pages, that will apache serve instead of calling
the PHP file every.. and should be a way to time the update ...
Any idea ??
Nabil
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nabil Guest



Reply With Quote

