Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.
  • No due date Last updated about 10 years ago

    Clients should pool both "real" (TCP) and application-level streams…

    Clients should pool both "real" (TCP) and application-level streams. Servers should respond to connections at the stream level. The fact that streams are mapped M:N to TCP connections should be invisible to the end-user.

    100% complete
  • No due date Last updated over 10 years ago

    Both clients and servers should be aware of service clusters. Clien…

    Both clients and servers should be aware of service clusters. Clients should round-robin requests to identical services, and services should be able to proxy connections to other services transparently if they are experiencing failure or in the process of shutting down.