On 07/20/2017 12:17 PM, Thierry FOURNIER wrote: > I understand the problem, but I can't accept this patch because it makes > the proxies list unusable. Your patch remove the proxies names, and the > user cannot have solution for knowning the real name of the proxies > now called 1, 2, 3, ... > > I propose 2 solutions: > > - Two new lists called "frontend" and "backend" with no name collision > by design > > - a prefix "@f:" for fontend and "@b:" for backends and keep the name > without prefix for the compatibility. > > I prefer the two new lists.
Hello Thierry, Yeah, dropping the name might be inconvenient, we were traversing the proxy list and calling get_stats() on each object, and fetched "pxname" attribute. How about different approach, can we set "name" and "type" attribute for Proxy objects? Maybe expose some other attributes (id, ...) Also, apply the same logic to the 'Listener' and 'Server' classes. Best regards, Adis

