readme

来自「ICE-3.2 一个开源的中间件」· 代码 · 共 12 行

TXT
12
字号
The source code provided here implements a C++ evictor base class. Touse it, you must derive a class from EvictorBase and implement thepure virtual add() and evict() methods.add() is called when the evictor needs to instantiate a servant, andevict() is called when the evictor has decided to evict a servant.Note that you can pass information from add() to the correspondingcall to evict() via the cookie argument.For more details on this evictor, see the section "ServerImplementation Techniques" in the Ice documentation.

⌨️ 快捷键说明

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