readme

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 22 行

TXT
22
字号
/**

@page GroupRef_Manipulation Test README File

      This is a simple test which tests the following

- If a client receives a location forwarding with a new IOGR  version,
  the next request from the client should have the new version in the
  FT_GROUP_VERSION context of the GIOP header 

- that location forwarding to a FTORB actually works. 

The test creates two IOR's and sets both of them as primaries. The
first IOR is passed to the client for making invocations. After a
certain number of invocations from the client, the server request
interceptor throw ForwardRequest exception with a reference to the
second IOR which also has new IOGR revision information. The
server side interceptor checks whether the subsequent calls have the
new version information. 

*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?