Forum Discussion

David_Bradley_2's avatar
David_Bradley_2
Icon for Nimbostratus rankNimbostratus
Apr 09, 2007

How can I get list of pool members?

If i'm in the middle of a CLIENT_DATA execution, is there a way to get a list of pool members for a given pool? I know the name of the pool at this point. Thanks.

 

 

Dave
  • I have clients of different 'weights'. This is a non-HTTP application. I can tell who the client from the initial login packet. I then lookup the weight of the client in a map I have in a class. All pools have a finite capacity. As clients connect to a member, it's capacity decreases by the weight of the client. I want to make sure I direct all connections to servers with enough capacity to handle them.