Q: How many concurrent listeners do I need to start with?
A: The thing to remember hereis that ‘concurrent listners’ does not mean ‘total number of listeners’. For example, if you have 50 listeners concurrently connected you can serve 1000’s of people in a week. |