• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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]
 
Live a little! The night is young! And we have umbrellas in our drinks! This umbrella has a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic