Link to home
Start Free TrialLog in
Avatar of _tba
_tba

asked on

Code to iterate through multiple proxies

HI, I have several identical servers in different locations. These machines are accessed through web services. Presently I have to access each machine seperately to add tasks, interrogate stats etc. I would like to have tasks from the controlling web site iterate through the multiple proxy connections to each server so that a task is completed on each machine in turn, keeping them in sync. For instance to add a test to the apache database, I create the test on the controlling web site , click add and that test is added to each servers databse in turn.
Can anyone think of a way to do this?
Thanks
Shane
Avatar of ryan80
ryan80

have you looked at webmin? it can be setup to manage multiple servers. not sure if that is what you are looking for.

Is this windows or linux?

Powershell could be used as well.
Avatar of _tba

ASKER

No, this is Windows. It is a c# website that communicates to a number of servers. Originally it just managed a single server via web services. We are adding duplicates in different locations and I need to perform the same tasks on each server via the same set of web services but connecting in turn to the remote servers.
For instance if I add a new test to a server which will be stored ina mysql database I need to iterate through the different proxies and keep repeating the task.
Does that make sense?
Thanks

Shane
sorry, that is beyond my knowledge.
ASKER CERTIFIED SOLUTION
Avatar of _tba
_tba

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of _tba

ASKER

Resolved in house.