Hi, I was wondering how one would go about canceling an ongoing request to a Thrift client from another thread? That is, suppose thread A makes a request and thread B waits for thread A to signal. Then some event E happens and thread B decides to give up on thread A. How does thread B cancel the request? Or is there a better way to do this? Keep in mind that the event E is not simply the elapsing of a timer.
-- Jim
