我正在使用mlflow server (https://mlflow.org/docs/latest/model-registry.html)运行mlflow注册表。服务器运行得很好。如果服务器因为任何原因而崩溃,它会自动重启。但对于重新启动时间,服务器不可用。 是否可以在负载均衡器后面并行运行多个服务器?这是否安全,或者是否有可能存在任何不一致?
更新:回答如下!
我从一个用as3编码的移动设备中调用一个php脚本。php脚本工作得很好,并将右var发送回as3。我得到正确的跟踪语句,但if语句不起作用。
下面是php行:
echo "done=success";
这是as3代码
var variables:URLVariables = new URLVariables(event.target.data);
trace(variables.done); // WORKS echos out: success
// So I figured this line should work too, but it doesn