kchoudhury
14 years agoContributor
Is it possible for testcomplete to behave as a load balancer for its slaves
Hi ,
I am wondering if i can do this , have a testcomplete instance , that could cater to multiple requests :
e.g scenario:
The master computer would act like a controller , would contain scripts which would get the number of hosts in idle state and cater requests accordingly . (create jobs ,tasks and runs) .
The problem that i see here is how would i do multiple requests on the master computer , lets say i made a first request , my controller handles it and runs the task on salve 1 . Now there is another request coming in which can run on slave 2 since its idle , but how can i get the request to testcomplete(master server) because its already running the 1st request on slave 1 and would say testcomplete is already running and would not allow me to make the 2nd request?
I am wondering if i can do this , have a testcomplete instance , that could cater to multiple requests :
e.g scenario:
- 1 Master Computer( Testcomplete Installed)
- 2 Salve Computers(TestExecute Installed)
The master computer would act like a controller , would contain scripts which would get the number of hosts in idle state and cater requests accordingly . (create jobs ,tasks and runs) .
The problem that i see here is how would i do multiple requests on the master computer , lets say i made a first request , my controller handles it and runs the task on salve 1 . Now there is another request coming in which can run on slave 2 since its idle , but how can i get the request to testcomplete(master server) because its already running the 1st request on slave 1 and would say testcomplete is already running and would not allow me to make the 2nd request?