Results 1 to 2 of 2

Thread: concurrentSessionController cluster-aware?

  1. #1
    Join Date
    Mar 2005
    Location
    Atlanta, GA, USA
    Posts
    19

    Default concurrentSessionController cluster-aware?

    Will the current concurrentSessionController implementation work in a clustered environment?

    I see that it uses in-memory collections to store lists of sessions & their related principals, so these lists are local to one app server instance (jvm).

    Would it be necessary to add a DAO-based implementation of these lists to provide enforcement of a concurrent login policy across members of a cluster?
    David Carter

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Yes, you'd need a persistence strategy. Or allocate a single node as the cluster's concurrent session controller information repository and use JMS or similar. A persistence strategy is probably simplest and requiring least additional infrastructure.

Similar Threads

  1. quartz in cluster with same instanceId
    By acavalli in forum JMS
    Replies: 4
    Last Post: Mar 17th, 2009, 10:44 AM
  2. Replies: 3
    Last Post: Apr 6th, 2005, 09:30 AM
  3. broadcast application events across a cluster?
    By ctassoni in forum Architecture
    Replies: 3
    Last Post: Feb 22nd, 2005, 05:42 AM
  4. Replies: 1
    Last Post: Feb 7th, 2005, 04:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •