php cache zend framework
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-05-24T03:43:15Z
Indexed on
2010/05/24
3:51 UTC
Read the original article
Hit count: 294
server side is PHP + zend framework.
problem:
i have huge of data appox 5000 records and no of columns are 5 in input.txt file. i like to read all data into memory only once and send some data to the every browser request. but if i update that input.txt file then updated data must be auto synchronized to that memory location.
so i need to solve that problem by using memory caching technique.but caching technique has expire time.but if input.txt is updated before cache expire then i need to auto synchronize to that memory location.
now i am using zend framework 1.10.is it possible in zend framework. can anybody give me some line of code of zendfrmawork
i have no option to use memchached server(distributed).
Only zend framwork.
© Stack Overflow or respective owner