3 Replies Latest reply on Mar 1, 2006 2:04 PM by belaban

    Singleton Services and Load

    markricard

      If you have multiple clustered JBoss servers, that use a singleton service, and load starts to get heavy on the single JBoss box that instantiated and maintains that service, is there a way to distribute the load to other boxes? Would we have to abandon the "singleton service" approach and try to go for a stateless session approach?

      Does using a singleton service mandate that you can only vertically scale?