I set up the load balancing according to the directions and all seems to be correct.
Here’s the setup:
origin server with listener, running a paid for wowza server
edge server, development edition
I wrote a flex app that can make any number of connections to the server.
The problem is I never “see” any connection attempts to the edge server. The question is, “How do I confirm that the load balancer is, well, balancing?”
With a thousand connections I still see no balancing activity. I ran the loadbalancer?serverInfoXML and it shows 1000 connections, the serverinfo on the edge server shows no activity (plus I’m running that in debug mode in the IDE).
However, on the load-balancer console I do see "INFO … pending connect to [edge] followed by “INFO connected to [edge]”
How does this work? I thought it was a round-robin algorithm.