• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Scaling JForums

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone help me out with these questions?

1. How are JForums scaled? My company is using JForums and is running one instance of JForums per server. Can a single server run multiple instances (most likley pointing to different databases for different forums)? Is there a best practice or any guides on how to set this up?
2. For sizing, how many user connections per minute or posts per minute or reads per minute... etc... are there any white papers that are available to show how a large scale implementation was done?

Thank you, Jeff
[originally posted on jforum.net by rezdogg]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for not having such papers.

For JForum 2.1.8, I would say you'll have to test. The cache engine is pluggable, which means you can use JBoss TreeCache / eHCache with JGroups support and cluster the content, but that's not officially supported.

I personally run a 2 million pageview / month forum with 50k+ users and 600k+ messages without any problem.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Sorry for not having such papers.

I personally run a 2 million pageview / month forum with 50k+ users and 600k+ messages without any problem.

Rafael



What's your server configuration?

Thx


Pino

[originally posted on jforum.net by Pino.OW]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know it runs CentOS, with a dual core 2.16 ghz processor, and 2gb of ram.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
You know it is dark times when the trees riot. I think this tiny ad is their leader:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic