Finally Polished Off the Query/Subscription System
This morning I finally finished off the query/subscription system for my ticker plant and it's client. The finishing touches are all in the details - of course, and some of the Broker changes of yesterday are biting me in ways I hadn't expected. Seemingly working then not working. It helps to just get a fresh pull of the code and make clean. No doubt.
The nice thing is that it's working just like I had hoped - it's pretty darn fast, and while I need a lot of data to support this configuration, it's going to be very nice to get it all loaded up and rolling in a solid, complete, dev environment. But there's a lot to go before that's ready.
I'm pretty pleased that the queries are fast. They don't have to be especially speedy, but it's nice that they are using the lockless data structures and we're using the boost asio library to get it from the Broker and it's service (the ticker plant). Not bad, I have to say.