1 Reply Latest reply on Sep 29, 2008 4:01 AM by gvijay

    clustering on one machine(500 simultanous calls)

    gvijay

      Hi,

      I have a cluster set up on single machine with all configuration,
      i have a web service deployed on them using axis run time,

      i want to test this WS by calling the service 500 simultaneous times,
      Hence i am using a 500 threads each calling the service 100 times running simultaneously.

      question one:How to increase max no of simultaneous connection of a node.

      The problem i am facing is all the call are going to a single node and in between successfull call some connections are refused.

      The other node is never called...

      Is there any thing i am missing,do i need to deplay any app which does the load balancing???

      thanks

        • 1. Re: clustering on one machine(500 simultanous calls)
          gvijay

          does calling from a single machine lead to all calls going to single node???

          "gvijay" wrote:
          Hi,

          I have a cluster set up on single machine with all configuration,
          i have a web service deployed on them using axis run time,

          i want to test this WS by calling the service 500 simultaneous times,
          Hence i am using a 500 threads each calling the service 100 times running simultaneously.

          question one:How to increase max no of simultaneous connection of a node.

          The problem i am facing is all the call are going to a single node and in between successfull call some connections are refused.

          The other node is never called...

          Is there any thing i am missing,do i need to deplay any app which does the load balancing???

          thanks