Some places say phpBB doesn't scale past 5000 concurrent users. Is there FOSS forum software out there that might go further, to say 7k-10k or more?
|
|
From jldugger's original link:
From Gaia Online, a phpBB-based web forum, as of 25/5/09 (today):
29k > 5k! Now perhaps the original link was talking about scalability out of the box without tweaking, but it didn't say that and so I'd treat it with some suspicion. Some more handy links:
|
||||
|
|
|
I know it isn't open source but you may want to look at vBulletin it is what is used to run (http://ubuntuforums.org/) which is a pretty active forum. You do get the source, you are just not allowed to redistribute it. |
|||
|
|
|
I like the Simple Machines Forum. One could add memcache as internal cache supplier and use another instance for sessions, allowing the whole thing to be spread over multiple loadbalanced webservers. |
|||
|
|