• 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

Load-balancing jForum

 
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 Jforum be run/distributed across on multiple servers? What are some of the issues that I might encounter?
[originally posted on jforum.net by jvence]
 
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
Have you seen this URL:

https://coderanch.com/t/576351

Not sure what to make about it.

[originally posted on jforum.net by MyJForum]
 
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 worked on a project that needed load-balancing for JForum - http://globovox.globo.com (GloboVox, a very customized JForum installation).

It is running under multiple Tomcat instances, with Apache's HTTPD on front of it, and a load balancing hardware.

Comunication between the JForum's were made using JBossCache, and it worked very well.

The core JForum distribution in the CVS has the code for JBossCache (which I don't send in regular releases yet), but I haven't heard many people using it so far, so a lot of testing is needed - which, of course, is always necessary when the site you're planing to build requires load balancing.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Can you shoot lasers out of your eyes? Don't look at this 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