readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 26 行
TXT
26 行
/**
@page Oneways_Invoking_Twoways Test README File
This is a sort of a stress test for bug 575. The design of the
test may not depict real world conditions, but what it gets to
the fore is a problem that we are trying to fix.
The test is designed this way. The client makes a oneway call
to the server.The server, turns around to make a normal
invocation on the client. The client again tries to make a two
way invocation on the server as a part of the upcall. Threads
are created to stress things a bit...
There is a svcconf file that uses the select reactor. The
run_test_svc.pl script uses that svcconf file. The test would
run fine with the select reactor.
To run the test use the run_test.pl script:
$ ./run_test.pl
the script returns 0 if the test was successful.
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?