Quote:
Originally Posted by Zachery
I figured you were trying to automate the creation of forums. Be aware that the system will start to break down around 2000 total forums + usergroups, in any combination. By break down, I mean have too much overhead for data to be processed reguarlly.
|
It's a forumcache issue, the forumcache as programmed into vb by default is horribly inefficient in that it loads the entire forumcache into memory (i.e. permissions for all groups for all forums) even if you only are looking at one forum for a small subset of groups. We ran into this bottleneck a while back and had to rewrite the forumcache to not have the massive overhead.