Enhancement #458

Updated by J. Moringen over 12 years ago

_See [[RequestReply]] for an explanation of the current scheme._

I think, we could implement this more efficiently as follows:
# The request event does not have a @ServerRequestId@ meta-data item
# The requesting @RemoteServer@ uses the event id (let's call it @REQUEST_EVENT_ID@ here) to identify the method call
# The providing @Server@ adds a meta-data item @in-reply-to: REQUEST_EVENT_ID@ to its reply event
# The requesting @RemoteServer@ associates replies to requests using the @in-reply-to@ meta-data items

We decided to do this [[Meetings2011-08-02|here]], so:
* Implement in Java ✓ (nothing to do since the functionality is not implemented)

* Implement in C++ ✓
* Implement in Python ✓
* Implement in Common Lisp ✓
* Update [[RequestReply|Specification]] ✓

Back