readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 20 行
TXT
20 行
This program tests the basic FT IOGR implementation. The aim is to set
a primary server and see whether the client gives preference to
contact a primary for its first invocation. When the primary is killed
it contacts the secondary for next invocation.
Two copies of the server are started. A manager is then to merge these
two iors and designate the second as primary. The merged IOR is then
written to another file. This merged IOR is then used to make
invocations on the server.
Run the application as follows:
$./server -o <file1.ior>
$./server -o <file2.ior>
$./Manager -a file://<file1.ior> -b file://<file2.ior> -c <output.ior>
Due to teh transparent reinvocation functaionality for FT CORBA, the
application would switch to the new profile without throwing an
exception to the application.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?