[
https://issues.apache.org/jira/browse/THRIFT-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14494710#comment-14494710
]
ASF GitHub Bot commented on THRIFT-2441:
----------------------------------------
Github user jeking3 commented on the pull request:
https://github.com/apache/thrift/pull/424#issuecomment-93028344
Getting a windows build going has been really difficult, which is bizarre
because it used to be easy. I've tried MinGW, and cygwin, and native with
cmake. Each time I have run into some roadblock that keeps me from making any
progress. I want to run the cmake unit tests (make check) on Windows to assist
in verifying this change, but it hasn't been easy to do, yet...
> 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)