readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 18 行
TXT
18 行
This is a test of the nested upcall feature in TAO. The client will
start off by calling the server and providing a callback object and a
time-to-live number. The server will callback the client (using the
callback object) and decrement the time-to-live number. The client
will turn around and call the server again.
The above process of calling each other will continue until the
time-to-live number reaches zero.
Both client and server can be run in multi-threaded mode. A
multi-threaded client can be used to check the client side leader
follower model, while the multi-threaded server can be used to check
the integration of the leader follower model of the TP reactor and the
client side leader follower model in the ORB.
In addition, the server can be used with the thread-per-connection
model.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?