svc.conf
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· CONF 代码 · 共 12 行
CONF
12 行
# svc.conf,v 1.12 2001/07/29 07:29:15 othman Exp
# Define a special Reactor for single-threaded configurations. Refer
# to README for details.
dynamic Resource_Factory Service_Object * ./Time_Date:_make_My_Resource_Factory()
# Dynamically configure the ORB into the application process.
dynamic ORB Service_Object * ./Time_Date:_make_DLL_ORB() "dummy"
# Once the ORB is configured, dynamically configure the Time_Date service.
dynamic Time_Date_Servant Service_Object * ./Time_Date:_make_Time_Date_Servant() "dummy -n ORB -o ior"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?