⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 ICE-3.2 一个开源的中间件
💻
字号:
To run the demo, start the IceGrid registries and nodes (you can startthe registries and nodes in any order, you can also start one or tworegistries and start more later):$ icegridregistry --Ice.Config=config.master$ icegridregistry --Ice.Config=config.replica1$ icegridregistry --Ice.Config=config.replica2$ icegridnode --Ice.Config=config.node1$ icegridnode --Ice.Config=config.node2In a separate window:$ icegridadmin --Ice.Config=config.client -e \    "application add 'application.xml'"$ clientThis will deploy the application described in the file"application.xml" and start the client.The client invokes the number of specified iterations with a givendelay on a well-known proxy configured to use per-request loadbalancing. Each invocation on the proxy queries the IceGrid registrylocator to retrieve the endpoints of the object (you can setIce.Trace.Location=1 to see the locator invocations).While the client is running and invoking on the server, you can try toshutdown some of the registries with the `registry shutdown'icegridadmin command or from the IceGrid Admin GUI. You can of coursealso try to kill them. As long as one IceGrid registry is stillrunning, the client will continue to work.Similarly, you can shutdown or kill one of the servers or nodes, andthe client will continue to work.Finally, the registries and nodes are configured to redirect theirstandard error and output to files in their data directories namedstderr.txt and stdout.txt. You can view these files using theicegridadmin `registry show' or `node show' commands or with theIceGrid Admin GUI. The standard error files contain the registry andnode traces.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -