How to do Load Baancing for GSM Modem?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i had a project to create an SMS Gateway. They will add multiple modems after implementation so i want to include load balancing for all those modems. It is fine to use round robin to do the load balancing but how will my program identify if they add one more modem? they will just enter the modem configuration manually into a pre - created text file. So my program should identify if there is a new modem added from the text file and do load balancing accordingly. How can i acheive this??