You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/01 05:54:00 UTC

[jira] [Commented] (THRIFT-4618) TNonblockingServer crash because of limitation of select()

    [ https://issues.apache.org/jira/browse/THRIFT-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599545#comment-16599545 ] 

ASF GitHub Bot commented on THRIFT-4618:
----------------------------------------

st0ke removed a comment on issue #1580: THRIFT-4618: Use poll() instead of select() in C++ TNonblockingServer if available
URL: https://github.com/apache/thrift/pull/1580#issuecomment-417835563
 
 
   > I see changes for cmake - what about autoconf?
   
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> TNonblockingServer crash because of limitation of select()
> ----------------------------------------------------------
>
>                 Key: THRIFT-4618
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4618
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3
>            Reporter: Alexander Boldyrev
>            Priority: Critical
>              Labels: C++, TNonblockingServer
>
> Process opened more than 1024 file descriptors. When new incoming connection was established to TNonblockingServer, sig 6 came from one of 'select'-related macros (FD_ZERO/FD_SET).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)