readme

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

TXT
33
字号
# README,v 1.3 2000/03/01 00:49:40 coryan Exp

This directory contains the following tests for the CDR stream class;

        . basic_types

          Simply encodes a lot of CORBA::Octets, CORBA::Short and
          CORBA::Long into a CDR stream and then decodes them;
          verifying that the same results are obtained. 

        . growth
        
          Helps measure how the growth strategy affects the
          performance of CDR streams.

        . tc
        
          TAO implements TypeCodes using a CDR buffer (this was
          inherited from the Sun IIOP engine), this test verifies that
          some of the basic TypeCodes actually are able to interpret
          their CDR buffers.

	. allocator

	  Measure the performance and predictability of TSS vs. global
	  allocators.

	. alignment

	  A test for a very subtle alignment problem on the octet
	  sequence optimizations.  Does not happen now, but this is
	  the regression test.

⌨️ 快捷键说明

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