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

📄 readme

📁 ICE-3.2 一个开源的中间件
💻
字号:
To run the demo, first start the IceGrid service:$ icegridnode --Ice.Config=config.gridIn a separate window:$ icegridadmin --Ice.Config=config.grid -e \    "application add 'application.xml'"$ clientThis will deploy the application described in the file"application.xml" and start the client.Messages will be displayed in the IceGrid service window.You can also use the descriptors in the following files to deploythe application:- application_with_template.xml: These descriptors demonstrate the use  of templates for the server definition. Templates make it easy to  deploy multiple instances of the same server.- application_with_replication.xml: These descriptors demonstrate the  use of replication to balance the load of the application over  several servers.If you have already deployed the application, you can update it to trya new set of descriptors, for example:$ icegridadmin --Ice.Config=config.grid -e \    "application update 'application_with_template.xml'"When using the descriptors from 'application_with_template.xml' or'application_with_replication.xml', you can easily deploy more serversbased on the `SimpleServer' template. For example, you can use thefollowing command to deploy a new server:$ icegridadmin --Ice.Config=config.grid -e \    "server template instantiate Simple localhost SimpleServer index=4"

⌨️ 快捷键说明

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