Archived

This forum has been archived. Please start a new discussion on GitHub.

QoS and RT features?

Hi
According to "Remoting Patterns, Foundations of Enterprise, Internet and Realtime Distributed Object Middleware", ISBN 0-470-85662-9 Real-Time CORBA adresses 4 main areas:
  • Portable priorities
  • End-to-end priority preservation
  • Explicit connection management
  • Thread pooling
As I understand ICE it has very good thread pooling, but what about the other areas?
What about ICE-E?
Best Regards,
Kristian Lippert

Comments

  • marc
    marc Florida
    Ice allows you to directly control connections. For example, you can ask Ice to use a dedicated connection for a given proxy, or you can close connections explicitly. Ice does not address thread priorities, simply because no customer ever needed such a feature.