0 Replies Latest reply on Sep 10, 2012 11:23 AM by dpbabu

    application threads running on all clustering nodes

    dpbabu

      Hi,

       

      Our application is having threads on startup and more threads will be created on user interactions as well. These threads are being replicated (duplicated) across all nodes and hence all threads run which is causing issue(multiple db update etc.) These threads should run only once. If designated thread is run on one node, other node thread(replicated) should be stopped / terminated.

       

      We are using JBoss6 for this clustering on different physical machines. Do we miss any jboss configuration? Please let me know any configuration setting to check.

       

      With regards,

      Prasad