Changes between Version 5 and Version 6 of MetaData

Show
Ignore:
Timestamp:
02/12/08 14:34:23 (5 years ago)
Author:
jgaeddert
Comment:

Trying to clarify the experiment

Legend:

Unmodified
Added
Removed
Modified
  • MetaData

    v5 v6  
    5555}}} 
    5656 
    57 == Profiling Results == 
    58 Including meta data with each packet increases the amount of overhead used in mashalling data objects as they are passed from one component to another.  As described in the section above, no modifications to the component code are required, however the additional data not utilized by the port could slow the component down. 
     57== Latency Results == 
     58Including meta data with each packet increases the amount of overhead used in mashalling data objects as they are passed from one component to another.  As described in the section above, no modifications to the component code are required, however the many parties have expressed concern that the additional data not utilized by the port could slow the component down. 
     59 
     60Several tests were run to compare the amount of latency between components for different data types.  Numerous papers discuss the topic of latency through CORBA, so we won't get into hairy details here. 
    5961 
    6062The results for profiling latency vs. packet size can be seen below.  Results were averaged over 100,000 trials.  Trends were consistent across different platforms. 
     
    7072The exact interfaces used for analysis can be found in a [source:/customInterfaces/branches/custom-testable-interface branch] of custom interfaces. 
    7173 
    72 These results suggest that adding basic metadata with each packet adds negligible overhead in terms of latency. 
     74These results suggest that adding basic metadata with each packet adds negligible overhead in terms of latency.  Keep in mind that extracting the metadata object tags was not incorporated into the test (e.g. the amount of time it would take to parse an XML object). 
     75 
     76Questions and concerns should be directed to JosephGaeddert 
    7377 
    7478== Software Status ==