Bug 157

Summary: header can be sent before the rest of the data
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: enhancement    
Priority: P3    
Version: 1.0   
Hardware: All   
OS: All   

Description Ossama Othman 1999-07-26 18:33:11 CDT
If all the arguments to an operation are fixed size then the header can be sent
before the rest of the data, if the data is big enoug this can represent a
performance improvement (because we increase overlapping between client and
server); further if the arguments also have the proper layout they can be sent
without copying to a temporary buffer.

If the arguments are not fixed size the header could be sent before, but two
passes over the data will be required.
Comment 1 Carlos O'Ryan 1999-08-04 11:38:59 CDT
Another problem that should be considered in the next round of optimizations.