Like this article? We recommend
Requirements Definition
We can now define the following requirements:
- We need a queue mechanism in the NMS (we will implement this in C++)
- We want to examine the performance of this structure
- We want to briefly look at how it maps into the SOA considerations
Let’s now look at a simple C++ queue mechanism.