Posted by jjlowe on September 30, 2009 at 6:08pm
Jump to:
| Project: | Cache Router |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
With memcached rurning with 64mb, cacherouter configured for memcache, apc running with 30mb performance pages load very slowly. Turn off cacherouter and pages load much more quickly. Am I doing something wrong?
Comments
#1
check your log and see of there are any error messages. A few of us noticed a strange problem (using APC engine) and it turned out due to several error message getting logged in DBLOG. I don't know the solution yet.
#2
I don't have any error messages in dblog. I'll keep checking back to see if a solutions is found.
#3
Same Problem here,
I Just turn off the APC ini php.ini, then restart httpd.
Now Work faster and more distibuted load for multicore processor.
I've been monitoring this with simple top command.
#4
Seems related or duplicate of #245341: Unthrottled while loop in memcache engine causing high cpu utilization.