⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
#
# README,v 1.2 2001/11/13 19:01:45 ossama Exp
#

---
The initial version of this test was contributed by Andrew Finnell.
Additional modifications (simplifications, improvements, etc) were
made by the DOC Group prior to inclusion in the TAO distribution.
---

This test excercises the ability of the SSLIOP pluggable protocol to
send very large requests and replies.  It is intended to make the ORB
send the message and reply in multiple parts (e.g. chains in a message
block that fill several elements of an "iovec" vector to be sent
through a scatter write/send interface).  In particular, it is
difficult to completely reproduce the semantics of the writev() system
call with SSL_write().  As such, if the semantics are not emulated
properly, large requests and replies will fail.

All that is really done is to send a 3MB octet sequence as an "in"
argument, and receive the same 3MB octet sequence from the server
through an "out" argument.

The expected test output is the following:

==== Running SSLIOP Big_Request test
Activated as <IOR:010000001200000049...0a410>
Sending  octet sequence of length:	3461724
Received octet sequence of length:	3461724
Sending  octet sequence of length:	3461724
Received octet sequence of length:	3461724

Event loop finished.

SSLIOP Big_Request test passed.

⌨️ 快捷键说明

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