apc
Installing PECL extension error
I downloaded a PECL extension and executed: $ phpize $ ./c开发者_如何学Configure The following command generated dozens of errors:[详细]
2023-03-14 20:31 分类:问答APC not working correctly
I recently installed APC on my production server but It\'s not working as expected. All my projects are handled with SVN, and on production release I have a post commit hook that runs a svn export to[详细]
2023-03-13 20:23 分类:问答How big of an impact does including PHP files have on performance?
Question pretty much states it all, I am working on a large project where most calls to php include() between 100 and 150 files.开发者_如何学C On average the time php takes is between 150 and 300 ms.[详细]
2023-03-13 09:05 分类:问答How does standard Wurfl cache - looking into the memory footprint
Just a quick one, can find anything online. Im looking into using Wurfl for a UserAgent lookup system.[详细]
2023-03-12 18:30 分类:问答Identify data to cache in which layer - PHP/MySQL
Think you are the proud owner of Facebook, then which data you want to store in app layer [memcached/ APC] and which data in MySQL cache ?[详细]
2023-03-10 03:09 分类:问答apc_store isn't working between requests
$bar = \'BAR\'; apc_store(\'foo\', $bar); var_dump(apc_fetch(\'foo\')); Within one request this work. Now If i try to do a var_dump(apc_fetch(\'foo\')); on another request it prints:[详细]
2023-03-08 15:55 分类:问答Is there a php script that allows me to show every var registered with apc and edit them?
I wanna have the possibility to edit and or delete values of stored variables with apc_store. Is there a script already done for it?[详细]
2023-03-08 15:34 分类:问答Problem with APC Extension on Xampp 1.6.1 for Windows
I\'ve read the topics from stackoverflow about thi开发者_运维问答s kind of problem, but none them brought me a solution for my problem.[详细]
2023-03-07 18:12 分类:问答apc_fetch returns false after a while
I\'m using apc_fetch to show a progress bar when I\'m uploading a big file (a video). The apc_fetch works ok with file up to 180mb. But with bigger file, apc_fetch returns false after 190Mb.[详细]
2023-03-07 04:47 分类:问答Problems after apache2 graceful with APC
The problem is that after a apache2 graceful the apc won\'t work correctly. There is an error message in the apache error.log with \"cannot redeclare class bughandlerabstract.[详细]
2023-03-07 01:37 分类:问答