Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] Response order from tcf agents

Hi.

I have recently been working on implementing a tcf agent in c++. 

For various reasons, his agent uses a thread pool to service commands that enter an event queue and responses can thus be sent to clients in a different order than commands were received. 

When running the TCF tests from Eclipse, it seems that it is expected that the order of responses are the same as the order the corresponding commands were sent. 

Is this really the case? Why aren't the Tokens used to match responses to commands?

Will any agents that send responses out-of-order be able to use eclipse as a debug front-end?

Regards,

Torleif Sandnes



Back to the top