svc.conf
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· CONF 代码 · 共 15 行
CONF
15 行
# svc.conf,v 1.5 2004/01/01 15:42:09 bala Exp
#
# Please see $TAO_ROOT/docs/Options.html for details on these options.
#
# This is a single threaded "server."
static Advanced_Resource_Factory "-ORBReactorType select_st -ORBInputCDRAllocator null -ORBConnectionCacheLock null"
# Make sure we use RW client handler so if something goes wrong, the program will bloc,
# i.e., won't work.
static Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW"
# Not absolutely necessary for this test, but we add it for fun.
static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?