Comments on: gCache: Helping PHP to work faster http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html Cesar D. Rodas, web development. Technology news. PHP, MySQL, Apache, C, Bash, ASM Wed, 08 Oct 2008 20:42:10 +0000 http://wordpress.org/?v=2.1.1 By: PHPDeveloper.org http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-133 PHPDeveloper.org Thu, 28 Jun 2007 13:16:02 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-133 <strong>Cesarodas.com: gCache: Helping PHP to work faster...</strong> ... Cesarodas.com: gCache: Helping PHP to work faster…

]]>
By: programame.net http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-135 programame.net Thu, 28 Jun 2007 18:51:00 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-135 <strong>gCache: Ayudando al PHP a trabajar mejor...</strong> Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias de otros existentes, esta clase se diferencia de las otras por su fácil implementación y porque sus sistema de bloqueo de archivo que hasta... gCache: Ayudando al PHP a trabajar mejor…

Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias de otros existentes, esta clase se diferencia de las otras por su fácil implementación y porque sus sistema de bloqueo de archivo que hasta…

]]>
By: www.webeame.net http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-136 www.webeame.net Thu, 28 Jun 2007 18:51:46 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-136 <strong>gCache: Ayudando al PHP a trabajar mejor...</strong> Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias de otros existentes, esta clase se diferencia de las otras por su fácil implementación y porque sus sistema de bloqueo de archivo que hasta... gCache: Ayudando al PHP a trabajar mejor…

Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias de otros existentes, esta clase se diferencia de las otras por su fácil implementación y porque sus sistema de bloqueo de archivo que hasta…

]]>
By: Noticias externas http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-164 Noticias externas Sat, 30 Jun 2007 11:51:30 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-164 <strong>gCache: Ayudando al PHP a trabajar mejor...</strong> Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias... gCache: Ayudando al PHP a trabajar mejor…

Este entrada de blog habla d una clase gratuita que te permite manejar Cache de contendios HTML. A diferencias…

]]>
By: Josep Maria Aribau http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-172 Josep Maria Aribau Sat, 30 Jun 2007 20:18:35 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-172 http://www.tufuncion.com/cache-php Must easier! http://www.tufuncion.com/cache-php
Must easier!

]]>
By: admin http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-184 admin Sun, 01 Jul 2007 21:15:01 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-184 I think http://www.tufuncion.com/cache-php won't work always. If for example you have a very busy site, and supose that two peoples are accesing to the site at the sime, and the cache is not valid any more, both process will create the cache at same time, and your cache will not be valid. For that my class has a File Locking system. And also this class work not only for php5. I think http://www.tufuncion.com/cache-php won’t work always.
If for example you have a very busy site, and supose that two peoples are accesing to the site at the sime, and the cache is not valid any more, both process will create the cache at same time, and your cache will not be valid.
For that my class has a File Locking system.

And also this class work not only for php5.

]]>
By: Nadeem http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-217 Nadeem Wed, 04 Jul 2007 12:14:43 +0000 http://cesarodas.com/2007/06/gcache_helping_php_to_work_faster.html#comment-217 Hi i was asking different forums for this kind of cache system and finally i got ur code. I was delighted. i tried to implemented the code on my site which has a phpBB forum installed. I installed and tested the script locally and it worked very well. But i was shocked to know that the script which is wrking locally in not working on the server at all :( my local machine is a windows XP professional with IIS, PHP 4.4.4 and MySQL % My server is Linux with Apache, PHP 4.3.11 and MySQL No error message is generated. the page is generated each time it is requested but no cache file is generated. i tried to place the test1.php file included with the gCache class. to my surprise, this page is being cached and served from cache until the cache is valid. Can u please help me find out whats missing ? Thanks Hi
i was asking different forums for this kind of cache system and finally i got ur code.
I was delighted.
i tried to implemented the code on my site which has a phpBB forum installed.
I installed and tested the script locally and it worked very well.
But i was shocked to know that the script which is wrking locally in not working on the server at all :(
my local machine is a windows XP professional with IIS, PHP 4.4.4 and MySQL %
My server is Linux with Apache, PHP 4.3.11 and MySQL
No error message is generated.
the page is generated each time it is requested but no cache file is generated.
i tried to place the test1.php file included with the gCache class. to my surprise, this page is being cached and served from cache until the cache is valid.
Can u please help me find out whats missing ?
Thanks

]]>