Re: APC caching keys.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 16, 2005 at 04:32:29PM +0100, Jochem Maas wrote:
> I have started making use of the APC extension to cache opcodes, etc
> now I'm also trying to cache the output of some sql queries and I want to
> use a hash of the query as key to store/fetch the value e.g:
> 
> apc_fetch(md5($qry))

If you are using mysql i would use the SQL_CACHE flag, it will
eliminate the need for you to manage the cache.

> 
> PS - apc is very nice! I just haven't been able to get it to work on 5.1 
> (last tried
> on 5.1RC5dev) - has anybody else had luck getting apc to work with 5.1? did 
> you have
> to do anything special?

The last version of php5.1 i have installed APC on is a cvs
snapshot of around Feb 4 2005 11:49:05. Nothing special was needed.


Curt.
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux