📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -