2 Replies Latest reply on Feb 11, 2006 11:43 PM by hjshi2000

    use TreeCache to replicate http Session

    hjshi2000

      I am learning Jboss TreeCache.
      I need use TreeCache to replicate http sessions in cluster environment.
      I have two options:

      1) have a singe node tree. Put all sessions in hashmap associated
      with the node.

      or
      2) have multiple node tree: each node corresponding a session.

      Which one is beest in terms of performance?
      Thanks