Use channel-based request dispatcher.
So far, bridgestrap would serialise requests by relying on a mutex's locking mechanism. That's dirty. This patch implements a channel-based dispatching mechanism that guarantees order (mutexes don't). In addition to that, we can now log the number of outstanding requests, which is good to know.
Showing
Please register or sign in to comment