📄 readme
字号:
# README,v 1.3 2001/12/30 16:34:03 bala Exp
This is a test that exercises the birectional GIOP connection
implementation in TAO. Start the server like this
$ server -o <file.ior> -i <no_iterations>
$ client -k file://<file.ior> -x
The server starts up writing the IOR to the file. The client then
starts up, creates its own object and passes the reference to the
server. Then it invokes a method on the server to indicate that it is
ready for callback. The server then callsback the client on the same
connection <no_iterations> times. If the server creates a new
connection the server would crash itself.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -