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

📄 readme

📁 一个icestorm的例子.ice是一个开源的中间件,性能好,易使用
💻
字号:
Introduction------------This demo shows the integration of IceStorm into the chat applicationto provide support for scalable chat rooms.This demo application was tested under Windows XP and Fedora Core 3using the Ice 2.1.1 binary distribution (seehttp://www.zeroc.com/download.html).Build Instructions------------------These build instructions assume that you have installed a binarydistribution of Ice 2.1.1.Under Windows, you must first correctly configure your buildenvironment according to the directions in the README that comes withthe Ice 2.1.1 binary distribution. In addition, you need to set theenvironment variable ICE_HOME to point to the root of your Iceinstallation. For example, do the following:Start/Control Panel/System. Select the Advanced Tab, then EnvironmentVariables. In the top section "User variables for <user>", selectNew. Create a new variable ICE_HOME with the value C:\Ice-2.1.1(assuming that you've installed Ice 2.1.1 in C:\Ice-2.1.1).Under UNIX, you must first edit the included Makefile and set thetop_srcdir variable correctly. It must point to the top of the demohierarchy. For Fedora Core 3, if you have installed the Ice 2.1.1RPMs, this will be set correctly already.Execution Instructions----------------------To run the demo, first start the IceStorm server:$ icebox --Ice.Config=config.icestorm.serviceIn a seperate window, start the chat server:$ serverIn a separate window, start the Glacier2 router:$ glacier2router --Ice.Config=config.glacier2In a separate window, start the client:$ client

⌨️ 快捷键说明

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