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

📄 config.server

📁 一个icestorm的例子.ice是一个开源的中间件,性能好,易使用
💻 SERVER
字号:
## The endpoint of the session server's object adapter. This should be# an endpoint on an internal network (like 192.168.x.x), or on the# loopback, so that the session server is not directly accessible from# the Internet.#ChatServer.Endpoints=tcp -h 127.0.0.1 -p 10001## This property is used by the clients to connect to IceStorm.#IceStorm.TopicManager.Proxy=IceStorm/TopicManager:tcp -p 10000## Since the server makes calls from an AMI callback its necessary to# increase the size of the client thread pool.#Ice.ThreadPool.Client.Size=4## Other settings.##Ice.Trace.Network=1#Ice.Trace.Protocol=1Ice.Warn.Connections=1

⌨️ 快捷键说明

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