There are some "common service" type functions (such as networking)
that can have a large number of blocking callers. I.e. many domains
have access to the common service.
Did KeyKOS handle this by pushing the service code back into the
client where possible, or did it use some techique to manage a large
number of outstanding resume keys? If the latter, how was this done?