One of our developers sat down and merged the memcache and xcache ACM modules; but we haven't used this in any production environment, so use at your own risk :
<?php
/**
*
* @package acm
* @version $Id: acm_xcache_memcache.php,v 0.9 2009/05/12 00:00:00 Artellos Exp $
* @copyright (c) 2005 phpBB ...
Search found 9 matches
- Thu May 14, 2009 4:13 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
- Mon Jun 23, 2008 3:12 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
Re: ACM Modules
Well, if we look at the architecture we can identify what the approach should be as phpBB3 boards get larger. (PS, I also wrote a post about tuning large phpBB3 forums , but it isn't complete and only details a small portion of my experiences)
A database can only reside on one machine, correct? I ...
A database can only reside on one machine, correct? I ...
- Sun Jun 15, 2008 7:13 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
Re: ACM Modules
Xcache is working amazing! I compiled the module and installed it, and so far we've seen an average of 400% improvement over memcache. However, it looks like memcache runs as a separate process, while xcache is a php extension. Would this let us write a custom ACM for using _both_ at the same time ...
- Fri Jun 13, 2008 5:21 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
Re: ACM Modules
I'm running in to some serious performance issues, and I've done as much MySQL and Apache tuning as possible, and I'm using memcache.
We get ~500 posts, ~50 new registrations, and just about 50,000 pageviews per day . It looks like the largest portion of our time is spent on database queries, (5s ...
We get ~500 posts, ~50 new registrations, and just about 50,000 pageviews per day . It looks like the largest portion of our time is spent on database queries, (5s ...
- Fri May 02, 2008 4:49 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB3 Api
- Replies: 4
- Views: 14897
Re: phpBB3 Api
This looks great, actually - I'd love to use this to extend our forums to a Facebook application.
- Fri May 02, 2008 1:50 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
Re: ACM Modules
It looks like there are no more sql_ cache files, but template files are still being generated. I am assuming this is the expected behavior for a functioning ACM module?
- Thu May 01, 2008 8:53 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ACM Modules
- Replies: 64
- Views: 194555
Re: ACM Modules
Implemented, but how can I be sure that my new ACM is being utilized?
memcache in phpinfo() shows no active connections, even with a large number of users online. Is there a trace I can run to see memcache results?
memcache in phpinfo() shows no active connections, even with a large number of users online. Is there a trace I can run to see memcache results?
- Tue Apr 08, 2008 6:40 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: New Karma System (Theory)
- Replies: 168
- Views: 238589
Re: New Karma System (Theory)
I wonder if it would be possible (or feasible, rather) to write the system in such a fashion that would allow admins to use some sort of "formula mockup" to specify whatever process is used to rate posts, authors, and topics?
This would make it certain that there is only 1 major mod used, but would ...
This would make it certain that there is only 1 major mod used, but would ...
- Tue Apr 08, 2008 6:28 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Thread Rating System...
- Replies: 7
- Views: 19978
Re: Thread Rating System...
Sorry for being a threadmancer, but I was doing a bit of Googling and this thread popped up... whatever happened to this feature in 3.0.0?