[GitHub] thrift pull request #1117: Fixed TThreadedServer Memory Leak

2016-10-24 Thread tzongw
GitHub user tzongw opened a pull request: https://github.com/apache/thrift/pull/1117 Fixed TThreadedServer Memory Leak There is memory leak in `TThreadedServer` because of reference loop between `TConnectedClientRunner` and `Thread`. A `Runnable` should hold a weak reference to

[jira] [Commented] (THRIFT-3550) Latest indexed version of the perl lib on CPAN is 0.8.0, although 0.9.0 is present

2016-10-24 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602218#comment-15602218 ] Jake Farrell commented on THRIFT-3550: -- I'm not aware of any, if you can give details on where I

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2016-10-24 Thread apocolipse
Github user apocolipse commented on the issue: https://github.com/apache/thrift/pull/1084 @fumoboy007 @ChristopherRogers Have you all found any other outstanding issues that need addressing? @nsuke @kdubb What final steps do we need to do to get this into the official

[jira] [Created] (THRIFT-3951) Improve the performance by eliminating unnecessary epoll_ctl(2) and epoll_wait(2)

2016-10-24 Thread Changli Gao (JIRA)
Changli Gao created THRIFT-3951: --- Summary: Improve the performance by eliminating unnecessary epoll_ctl(2) and epoll_wait(2) Key: THRIFT-3951 URL: https://issues.apache.org/jira/browse/THRIFT-3951

[jira] [Updated] (THRIFT-3951) Improve the performance by eliminating unnecessary epoll_ctl(2) and epoll_wait(2)

2016-10-24 Thread Changli Gao (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Changli Gao updated THRIFT-3951: Attachment: 0001-Try-to-send-response-immediately.patch > Improve the performance by eliminating

[jira] [Commented] (THRIFT-3773) Swift Library

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602381#comment-15602381 ] ASF GitHub Bot commented on THRIFT-3773: Github user apocolipse commented on the issue:

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2016-10-24 Thread fumoboy007
Github user fumoboy007 commented on the issue: https://github.com/apache/thrift/pull/1084 One major issue I encountered is the async support. There doesn’t seem to be an asynchronous `TProcessor`/`TProtocol`/`TClient` API in the base/generated code. Async support is

[jira] [Commented] (THRIFT-3773) Swift Library

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602734#comment-15602734 ] ASF GitHub Bot commented on THRIFT-3773: Github user fumoboy007 commented on the issue:

[jira] [Created] (THRIFT-3952) Upgrade from v1.5.8 to current version for slf4j

2016-10-24 Thread Tim Webex (JIRA)
Tim Webex created THRIFT-3952: - Summary: Upgrade from v1.5.8 to current version for slf4j Key: THRIFT-3952 URL: https://issues.apache.org/jira/browse/THRIFT-3952 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-3773) Swift Library

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602748#comment-15602748 ] ASF GitHub Bot commented on THRIFT-3773: Github user apocolipse commented on the issue:

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2016-10-24 Thread apocolipse
Github user apocolipse commented on the issue: https://github.com/apache/thrift/pull/1084 @fumoboy007 There is `TAsyncClient` in TClient.swift as well as `TAsyncTransport/Factory` in TTransport.swift, and the generator will generate async clients properly (`--gen

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2016-10-24 Thread fumoboy007
Github user fumoboy007 commented on the issue: https://github.com/apache/thrift/pull/1084 Oh I didn’t know about the `async_clients` option… thanks! 😬 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (THRIFT-3773) Swift Library

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603104#comment-15603104 ] ASF GitHub Bot commented on THRIFT-3773: Github user fumoboy007 commented on the issue:

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2016-10-24 Thread fumoboy007
Github user fumoboy007 commented on the issue: https://github.com/apache/thrift/pull/1084 I don’t see a `[MyService]ProcessorAsync` in the generated code. How do I handle requests in an asynchronous manner? --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (THRIFT-3773) Swift Library

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603118#comment-15603118 ] ASF GitHub Bot commented on THRIFT-3773: Github user fumoboy007 commented on the issue: