• 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

clustering

 
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 am planning to create a web forum. I love java so my choice should be mvnforum or jforum.

Is jforum support clustering? both database clustering and web service lvs (http://www.linuxvirtualserver.org)?

A) For lvs web service:

1. JForum is using cookie(client side seesion), which is suitable for session management under lvs.
2. How about the file attachement? In case I have more than one jForum clusters, Can I config jfourm to share a same filesource? Can I config jForum to load image / attachement from a different sub-domain name like this:

Forum link: http://www.myforum.com/
http://image.myforum.com/images/file.jpg
http://attachement.myforum.com/file/0001.doc

B) For database replication: (in my case: http://dev.mysql.com/doc/refman/4.1/en/replication.html)

1. Can I config jforum connect to two datasources, one for read and one for write? I am planning to add a very fast slave database for read only(from the web server point of view). It should be on ram drive or SSD harddisk or even gigabyte iram. All new data records will be written to master database only.
2. Can I disable data cache on purpose?

I can modify current jForum myself for my need but I want the above features be included in your source tree. Please kindly consider my suggestion.

Ken



[originally posted on jforum.net by kentsang]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic