0
votes
1answer
23 views
[Dojo / PHP + apc.rfc1867] I can’t get xhrPost upon form submission via input button, I’m going insane…
It's rather lengthy, TLDR version below crit wall of text.
Setup: Our company had been using prototype for some time, and just recently switched to dojo. I have been converting l …
1
vote
0answers
7 views
Can the APC cache be shared among multiple PHP processes running as fastcgi/fcgid?
I'm running a LAMP box with PHP running as fcgid. APC is installed and working well. However, each PHP process gets its own cache. This is a problem, because it would make far more …
0
votes
1answer
19 views
PHP APC multiple upload does not work
Hi!
I tried to use PHP APC to upload files on wamp, windows2003. But when 2 or more uploads are working at the same time, only one upload is working.
It seams that I'm not the on …
2
votes
5answers
82 views
Optimize PHP, MYSQL community website performance
Hi,
I own a community website of about 12.000 users (write heavy), 100 concurrent users max on a single VPS with 1Gb ram. The load rarely goes above 3 and response is quite good.
…
1
vote
1answer
55 views
Zend Framework optimization, tcpsndbuf & kmemsize
Hi friends. We're on the mid-tier DV Rage server on media temple using Zend Framework, and we've been getting QoS warnings in Virtuzzo pretty consistantly. We've spent the last wee …
1
vote
1answer
38 views
How to change the locking mechanism in Alternative PHP Cache (APC)?
I recently read in a presentation on Scribd that Facebook had benchmarked a variety of locking mechanisms for APC including file locks (default), IPC semaphore locks, linux Futex l …
0
votes
3answers
36 views
Why would apc_store() return false?
The documentation on php.net is very spotty about causes of failure for APC writes. What kind of scenarios would cause a call to apc_store() to fail?
There's plenty of disk space …
3
votes
7answers
170 views
Problems with APC on publish
We've recently enabled APC on our servers, and occasionally when we publish new code or changes we discover that the source files that were changed start throwing errors that aren' …
1
vote
4answers
206 views
Weird 500 Internal Server Error (firebug, php, display_errors, ajax)
Guys, on one page I am doing multiple AJAX calls. All calls return responses successfully but the last one (not related to other ajax calls) returns 500 internal server error as re …
0
votes
1answer
44 views
apc.filters by path?
How would I use the apc.filters parameter in APC opcode caching to not cache certain paths? For example, I want caching to be active for anything under the path:
"/var/www/vhosts" …
0
votes
1answer
34 views
APC Hits/Misses and configuration
What are "Hits & Misses" in reference to APC opcode caching? I've installed APC and it's running great, but I've got "some" misses and I'm wondering if that's "bad". Also, I am …
0
votes
4answers
93 views
PHP: Using APC as general cache, XCache as opcache, possible?
I'm really intreagued by the general cache aspects of APC and want to use it in my code (this I know how to do, this is not the problem).
However, I'm using XCache as opcache now …
1
vote
2answers
60 views
Which one would you choose ; XCache or APC ?
I need a opcode-cache in my project. Also i will use for the datastore (mysql returned row) cache ? Which is the best for you and WHY ?
0
votes
3answers
317 views
Opcode (APC/XCache), Zend, Doctrine, and Autoloaders
I am trying to use either APC or XCache as an opcode to cache my php pages. I am using it with Zend and Doctrine and it's having a problem with the autoloader.
If I try with APC, …
0
votes
1answer
30 views
Zend Cache Core and APC - I don’t understand how old cache entries get invalidated
For Zend_Cache_Frontend_Core you can define a lifetime and, according to the documentation, a "automatic_cleaning_factor".
According to the manual, this property specifies on how …
