readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 19 行
TXT
19 行
// README,v 1.1 2002/09/28 18:37:52 dhanvey Exp
Telecom Log Service (TLS) Client example
----------------------------------------
This is a simple example example to show how to create a notify log and write events
to the Log.
To run this example:
1) You need a running Naming Service, $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
2) You need a running Notify Logging Service, $TAO_ROOT/orbsvcs/Logging_Service/Notify_Logging_Service
3) To collect log-generated events you will need to run, ./Notify_Consumer
4) To run the sample log events run, ./Notify_Supplier
The client locates the log service factory from the naming service.
Then it creates a DsNotifyLogAdmin::NotifyLog does the following operations:
- writes records, query records, delete records.
report bugs to D A Hanvey <d.hanvey@qub.ac.uk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?