运行多个gatewayWorker实例

    假设已有Applications/Chat,想增加Applications/Chat2

    1、拷贝Applications/Chat到Applications/Chat2

    3、更改Applications/Chat2/start_businessworker.php中的registerAddress为127.0.0.1:1237

    4、更改Applications/Chat2/start_gateway.php中的属性,包括gateway端口、startPort、registerAddress和进程名如下

    6、由于gateway端口更改了,所以前端js连接gateway的端口也要做相应的更改

    打开 /Applications/Chat2/Web/index.php