readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 18 行
TXT
18 行
# README,v 1.1 2000/10/27 23:13:34 coryan Exp
A performance test for Callback objects.
This test measures roundtrip delays for a callback object,
i.e. the "client" creates a Callback interface, then it passes the
interface to the "server". The client then proceeds to make multiple
requests to the server, on each request the server make an invocation
on the callback object.
In short this is very similar to what event services do, and
it can be used to compare ORB vs. event service performance, as well
as to fine-tune the ORB configuration for this scenario.
Run using:
$ ./server -o test.ior
$ ./client -i 1000 -k file://test.ior
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?