Abhinav Raj Gupta

Results 18 comments of Abhinav Raj Gupta

Hi Walkor, We want to avoid single point of failure so need to understand: 1. If we are using multiple gateway workers and business worker in the different servers then...

Hi walkor, If we are using multiple gateway in different servers then how the connection from client will be distributed to all the gateways. All gateway will have different lanIP...

Ok thank you for the prompt reply. According to our implementation we can only run one business worker in one server so if it goes down then how we can...

> When one business worker goes down the master process will immediately recreates a new available business worker. But we are only running one business worker with single process so...

Hi Walkor, Can you please let me know how can I test this functionality to make the child process down and see if master is creating a new BW or...

I tried in both but no luck. Can you please let me know the steps to check how it generate the BW again?

Yes, it worked but what if the master business worker goes down. Is there any possibility?

Hi Walkor, We are using multiple gateway in different server and if we kill one gateway from one server the connections are not transferring to server 1 gateway. We are...

Ok lets keep it simple we have started a gateway 1 process and it creates master and child process. So when we kill the child process it recreates the child...

HI Walkor, We were running workerman previously and it has some arrays in the ws class but now we are using business worker with 4 instance but all of them...