Configuring Gateway Server for X-PDM To Support Parallel Flow

You can configure the Gateway Server for X-PDM to support parallel flow mechanism.

  1. Login to Gateway Server for X-PDM.
  2. Go to <GatewayServerforX-PDM_home>\config\XPGClientService and open XPGClientServiceSettings.txt file.
  3. Depending upon the number of servers, configure the required variables.
    • To run multiple XPGClientService on single machine, set

      Host=Hostname

      Service-name=Servicename1:portnumber1,servicename2:portnumber2

      For example:

      Host=batchserver_machine1

      Service-name= XPGClientService1:1055,XPGClientService 2:1056

    • To run multiple XPGClientService on different machines, set

      Host=Hostname1,Hostname2

      Service-name=Hostname1:Servicename1:portnumber1,

      Hostname1:servicename2:portnumber2,

      Hostname2:Servicename3:portnumber3,

      Hostname3:servicename4:portnumber4

      For example:

      Host=batchserver_machine1,batchserver_machine2

      Service-name=batchserver_machine1:XPGClientService1:1055,

      batchserver_machine1:XPGClientService2:1056,

      batchserver_machine2:XPGClientService3:1098,

      batchserver_machine2:XPGClientService4:1099