Raymond.Indwar
Creator
since ‎03-16-2022
‎03-24-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am a bit confused here which the controller data.In this configuration data, if i put the Tier and Nodes as such in my C++ application main function, which tier will relate to which node?const char APP_NAME[] = "SampleC";const char TIER_NAME[] = {"...
I am trying to configure controller settings in a C++ application in unix environment. I see these configuration settings in the example -const char APP_NAME[] = "SampleC"; const char TIER_NAME[] = "SampleCTier1"; const char NODE_NAME[] = "SampleCNod...