[
https://issues.apache.org/jira/browse/THRIFT-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531185#comment-14531185
]
Konrad Grochowski commented on THRIFT-2000:
-------------------------------------------
no idea - I had to reproduce make behaviour in SCons and after moving to
windows it just worked (with hardcoded config.h etc,) - I do love SCons ;)
I hope that in cpp_v2 (if I finally have time to finish it..) Nonblocking
server will be replaced either by something based on Boost.Asio (it might be a
little bit slower, yet easier to target multiplatforms) or Server2 from
fbthrift (which fbthrift team claims to be faster that nonblocking, yet I've
never checked what internals it uses)
> TNonblocking server does not compile with libevent 2.0.21-stable
> ----------------------------------------------------------------
>
> Key: THRIFT-2000
> URL: https://issues.apache.org/jira/browse/THRIFT-2000
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.9
> Environment: libevent 2.0.21
> gcc 4.7
> Reporter: Konrad Grochowski
> Assignee: Konrad Grochowski
> Attachments: libevent_2_0_21.patch
>
>
> problem lays in usage of deprecated libevent API, which is still available
> but in different headers
> In patch there's ifdef based on libevent version, which will include missing
> headers, but maybe some refactoring for future will be needed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)