Sorry statement was wrong. serve call will return if it is not able to bind on port.
regards Vivek Goel On Thu, Nov 8, 2012 at 2:30 PM, Vivek Goel <[email protected]> wrote: > HI, I am using thrift cpp library for thrift server. I am using threadpool > in the server code. > I am calling serve to start processing. But as serve is a void call and > blocking call. How can I check if binding on port was success or failed ? > regards > Vivek Goel > >
