[ https://issues.apache.org/jira/browse/THRIFT-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501092#comment-14501092 ]
James E. King, III commented on THRIFT-2441: -------------------------------------------- I got a little further using the development tip and cmake 3.2.2 on Windows. I build boost-1.58 and got libevent, zlib, openssl built and found by the cmake build environment. I guess if I keep going I can run tests, so I will do that. Right now I'm running into multiply defined boost symbols at link time. The static and dynamic boost libraries seem to be linking into libthrift even though I specifically did a cmake with -DWITH_STATIC_LIB=OFF. > Cannot shutdown TThreadedServer when clients are still connected > ---------------------------------------------------------------- > > Key: THRIFT-2441 > URL: https://issues.apache.org/jira/browse/THRIFT-2441 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.9.1 > Reporter: Chris Stylianou > Assignee: Ben Craig > Attachments: THRIFT-2441-prelim.patch > > > When calling stop() on the TThreadedServer no interrupts are sent to the > client threads. This means the stop() call blocks on tasksMonitor.wait() > until all client naturally disconnect. > How can we tell the client thread connections to close/exit during the > TThreadedServer::stop() call? -- This message was sent by Atlassian JIRA (v6.3.4#6332)