Meetings2011-09-08 » History » Version 7

« Previous - Version 7/13 (diff) - Next » - Current version
J. Moringen, 09/08/2011 05:04 PM
updated rst (again)


Meetings 2011-09-08

C++ again: InformerBase, AnyType and uncheckedPublish

  • Type/scope checks
    • Disabling should be possible regardless of the configuration mechanism
    • As quality of Service option?
      • Can be enabled for debugging
    • Efficiency improvements
      • Hash type names for faster comparison?

RST

  • Current State (Jan)
  • Suggestions
    • To reduce footprint of built libraries
      • Include only relevant data types in built libraries
      • Domain-specific libraries?
      • If possible, provide the complete data-type library and smaller partial libraries
        • Should be a build-time option to avoid runtime redundancy
        • Drawback: redundant linking causes hard-to-debug problems
    • Converters should be built into "framework-specific" libraries
      • Example: one shared library for OpenCV converters
  • CitCatalog BETA (Florian)
  • Discussion

Performance Enhancements (and "Threadless RSB")

  • New event processing strategies
    • Associated configuration
  • Improvements in Scope class
  • Transports
    • Improvements in in-process transport
    • Improvements in Spread transport
    • New Socket-based transport

Language-specific Configuration?